Skip to content

Commit 8db8ead

Browse files
committed
Use stable toolchain to publish
1 parent ccc2a24 commit 8db8ead

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/publish.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ set -x
2525
for i in "${!MEMBERS[@]}"; do
2626
(
2727
cd "${MEMBERS[${i}]}"
28-
cargo publish
28+
cargo +stable publish
2929
)
3030
if [[ $((i + 1)) != "${#MEMBERS[@]}" ]]; then
3131
sleep 45

0 commit comments

Comments
 (0)