diff --git a/ci.sh b/ci.sh index 453d144..1ee4ca7 100755 --- a/ci.sh +++ b/ci.sh @@ -4,7 +4,7 @@ set -eo pipefail if ! command -v cargo-batch &> /dev/null; then mkdir -p $HOME/.cargo/bin - curl -L https://github.com/embassy-rs/cargo-batch/releases/download/batch-0.5.0/cargo-batch > $HOME/.cargo/bin/cargo-batch + curl -L https://github.com/embassy-rs/cargo-batch/releases/download/batch-0.6.0/cargo-batch > $HOME/.cargo/bin/cargo-batch chmod +x $HOME/.cargo/bin/cargo-batch fi