mirror of
https://github.com/openharmony/third_party_rust_futures-rs.git
synced 2026-06-30 21:47:57 -04:00
Use stable toolchain to publish
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user