[macOS] Unlock Cargo crate dependencies due to a bug (#10390)

This commit is contained in:
Erik Bershel
2024-08-08 11:24:37 +02:00
committed by GitHub
parent 8aec741c90
commit 7992e24b69
3 changed files with 12 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ echo "Install common tools..."
rustup component add rustfmt clippy
if is_BigSur || is_Monterey; then
cargo install --locked bindgen-cli cbindgen cargo-audit cargo-outdated
cargo install bindgen-cli cbindgen cargo-audit cargo-outdated
fi
echo "Cleanup Cargo registry cached data..."