Skip to content

Commit 44353df

Browse files
committed
Use stable toolchain to publish
1 parent 5feb8e6 commit 44353df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/publish.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ git tag "${tag}"
4343
if [[ "${crate}" != "crossbeam" ]]; then
4444
cd "${crate}"
4545
fi
46-
cargo publish
46+
cargo +stable publish
4747
)
4848

4949
git push origin --tags

0 commit comments

Comments
 (0)