diff --git a/justfile b/justfile index 8ec3765..b7b775e 100755 --- a/justfile +++ b/justfile @@ -53,6 +53,9 @@ publish-check: lint clippy test git branch | grep '* master' git diff --no-ext-diff --quiet --exit-code grep {{version}} CHANGELOG.md + cargo +nightly generate-lockfile -Z minimal-versions + cargo test + git checkout publish: publish-check cargo publish