Update publish-all.sh for new paths.

This commit is contained in:
Dan Gohman
2019-11-08 10:26:48 -08:00
parent b158666f2b
commit 7ac115d632
5 changed files with 18 additions and 39 deletions

10
scripts/cargo-chill.sh Executable file
View File

@@ -0,0 +1,10 @@
#!/bin/bash
set -euo pipefail
# This is a trivial wrapper around cargo which just forwards its arguments
# to cargo, and then sleeps for a few seconds, to allow for exteral services
# to update their indices.
# https://internals.rust-lang.org/t/changes-to-how-crates-io-handles-index-updates/9608
cargo "$@"
sleep 10