Merge pull request #6418 from al-cheb/macos_replace_bindgen

[macOS] Replace bindgen to bindgen-cli
This commit is contained in:
Aleksandr Chebotov
2022-10-17 17:55:50 +02:00
committed by GitHub

View File

@@ -12,7 +12,7 @@ CARGO_HOME=$HOME/.cargo
echo Install common tools...
rustup component add rustfmt clippy
cargo install --locked bindgen cbindgen cargo-audit cargo-outdated
cargo install --locked bindgen-cli cbindgen cargo-audit cargo-outdated
echo Cleanup Cargo registry cached data...
rm -rf $CARGO_HOME/registry/*