diff --git a/cranelift/publish-all.sh b/cranelift/publish-all.sh index 5e080a4b4c..7792f1e9f8 100755 --- a/cranelift/publish-all.sh +++ b/cranelift/publish-all.sh @@ -44,4 +44,8 @@ for crate in \ faerie umbrella simplejit do echo cargo publish --manifest-path "cranelift-$crate/Cargo.toml" + + # Sleep for a few seconds to allow the server to update the index. + # https://internals.rust-lang.org/t/changes-to-how-crates-io-handles-index-updates/9608 + echo sleep 3 done