Skip to content

Commit

Permalink
fix: bump cargo batch version
Browse files Browse the repository at this point in the history
The new version supports the --artifact-dir flag
  • Loading branch information
lulf committed Jan 17, 2025
1 parent ce1c220 commit 86101a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 86101a5

Please sign in to comment.