mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-25 06:40:03 +00:00
Use known-working versions for tests (#900)
This commit is contained in:
parent
5f1d5ce559
commit
e89b8e2463
5 changed files with 10 additions and 10 deletions
|
@ -4,7 +4,7 @@ set -euxo pipefail
|
|||
|
||||
unset CARGO_INSTALL_ROOT
|
||||
|
||||
crates="b3sum cargo-release cargo-binstall cargo-watch miniserve sccache"
|
||||
crates="b3sum@1.3.3 cargo-release@0.24.5 cargo-binstall@0.20.1 cargo-watch@8.4.0 miniserve@0.23.0 sccache@0.3.3"
|
||||
|
||||
export CARGO_HOME=$(mktemp -d 2>/dev/null || mktemp -d -t 'cargo-home')
|
||||
othertmpdir=$(mktemp -d 2>/dev/null || mktemp -d -t 'cargo-test')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue