don't wait during publishing (#18563)

- Publishing takes a long time
- There's a 20 second wait between crates to not hit the rate limit on
crates.io

- Our rate limit has been increased by the crates.io team, don't wait
anymore!
This commit is contained in:
François Mockers 2025-03-26 22:27:29 +01:00 committed by François Mockers
parent 1f44b56310
commit 3c37eae52e

View File

@ -63,7 +63,6 @@ do
pushd "$crate"
cargo publish
popd
sleep 5
done
popd