We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bb7742 commit 7a1ee5eCopy full SHA for 7a1ee5e
tools/publish.sh
@@ -43,7 +43,7 @@ git tag "${tag}"
43
if [[ "${crate}" != "crossbeam" ]]; then
44
cd "${crate}"
45
fi
46
- cargo publish
+ cargo +stable publish
47
)
48
49
git push origin --tags
0 commit comments