Fix subcrate resolution for wasm-bindgen-cli (#1245)

Fixed #1244

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
Jiahao XU 2023-08-04 07:14:36 +10:00 committed by GitHub
parent aeacebcf83
commit 812fb9b0af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 35 additions and 5 deletions

View file

@ -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)"