We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5feb8e6 commit 44353dfCopy full SHA for 44353df
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