We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b831841 commit edf3aaaCopy full SHA for edf3aaa
1 file changed
justfile
@@ -3,7 +3,6 @@ export MANPAGES_DIR := "./pkg/assets/man"
3
4
5
rustc-version := "1.69.0-x86_64-unknown-linux-gnu"
6
-publish-registry := "crates.io"
7
8
cargo +args='':
9
cargo {{args}}
@@ -51,7 +50,6 @@ publish +args='': verify-clean-git verify-release-tag-does-not-exist pre-release
51
50
git push
52
sleep 0.25
53
cargo +{{rustc-version}} publish \
54
- --registry {{publish-registry}} \
55
--no-default-features {{args}}
56
echo "adding git tag, now that EVERYTHING worked..."
57
git tag "v$(just get-crate-version)"
0 commit comments