Replace bindgen to bindgen-cli

This commit is contained in:
Aleksandr Chebotov
2022-10-17 13:52:25 +02:00
parent 6c93c24107
commit ee878fc161

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/*