Update publish-all.sh for new paths.
This commit is contained in:
10
scripts/cargo-chill.sh
Executable file
10
scripts/cargo-chill.sh
Executable 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
|
||||
Reference in New Issue
Block a user