Use known-working versions for tests (#900)

This commit is contained in:
Félix Saparelli 2023-03-13 18:11:29 +13:00 committed by GitHub
parent 5f1d5ce559
commit e89b8e2463
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 10 additions and 10 deletions

View file

@ -11,6 +11,6 @@ export PATH="$CARGO_HOME/bin:$PATH"
--force \
--min-tls-version "${2:-1.3}" \
--no-confirm \
cargo-binstall
cargo-binstall@0.20.1
# Test that the installed binaries can be run
cargo binstall --help >/dev/null