Skip to content

Commit 6e1200d

Browse files
authored
Merge pull request #1226 from google/remove-publish-delay
Cargo publish now waits automatically.
2 parents 21a0070 + 70b2d2b commit 6e1200d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tools/publish-all.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,4 @@ for CRATE in $DIRS; do
1111
echo "Publish: $CRATE"
1212
cargo publish
1313
popd
14-
sleep 30 # sometimes crates.io takes a moment, and our
15-
# crates are interdependent.
1614
done

0 commit comments

Comments
 (0)