mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-25 06:40:03 +00:00
Fix subcrate resolution for wasm-bindgen-cli
(#1245)
Fixed #1244 Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
aeacebcf83
commit
812fb9b0af
2 changed files with 35 additions and 5 deletions
|
@ -13,6 +13,7 @@ mkdir -p "$othertmpdir/bin"
|
|||
# Copy it to bin to test use of env var `CARGO`
|
||||
cp "./$1" "$othertmpdir/bin/"
|
||||
|
||||
# cargo-audit
|
||||
cargo binstall --no-confirm cargo-audit@0.17.5 --strategies crate-meta-data
|
||||
|
||||
cargo_audit_version="$(cargo audit --version)"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue