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 Aug 14, 2022
1 parent ccc2a24 commit 8db8ead
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ set -x
for i in "${!MEMBERS[@]}"; do
(
cd "${MEMBERS[${i}]}"
cargo publish
cargo +stable publish
)
if [[ $((i + 1)) != "${#MEMBERS[@]}" ]]; then
sleep 45
Expand Down

0 comments on commit 8db8ead

Please sign in to comment.