Skip to content

Commit

Permalink
Use stable toolchain to publish
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Nov 20, 2022
1 parent 7bb7742 commit 7a1ee5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ git tag "${tag}"
if [[ "${crate}" != "crossbeam" ]]; then
cd "${crate}"
fi
cargo publish
cargo +stable publish
)

git push origin --tags

0 comments on commit 7a1ee5e

Please sign in to comment.