diff --git a/Cargo.toml b/Cargo.toml index 6169b65..11c253b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,6 +40,6 @@ pretty_assertions = "0.6" # Until github.com/rust-lang/cargo/pull/7333 makes it into stable, # this version-less dev-dependency will interfere with publishing -# to crates.io. +# to crates.io. In the meantime, we can publish with nighlty cargo. [dev-dependencies.test-utilities] path = "test-utilities" diff --git a/justfile b/justfile index 6e436e3..c3759f9 100755 --- a/justfile +++ b/justfile @@ -58,7 +58,7 @@ publish-check: lint clippy test git checkout Cargo.lock publish: publish-check - cargo publish + cargo +nightly publish git tag -a {{version}} -m 'Release {{version}}' git push github {{version}}