Use stable toolchain to publish

This commit is contained in:
Taiki Endo
2022-08-14 21:29:30 +09:00
parent 6cb8aff547
commit 39c5ec2028
+1 -1
View File
@@ -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