We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccc2a24 commit 8db8eadCopy full SHA for 8db8ead
ci/publish.sh
@@ -25,7 +25,7 @@ set -x
25
for i in "${!MEMBERS[@]}"; do
26
(
27
cd "${MEMBERS[${i}]}"
28
- cargo publish
+ cargo +stable publish
29
)
30
if [[ $((i + 1)) != "${#MEMBERS[@]}" ]]; then
31
sleep 45
0 commit comments