Replace bindgen to bindgen-cli

This commit is contained in:
Aleksandr Chebotov
2022-10-17 13:07:27 +02:00
parent 6c93c24107
commit 3b005f03fe

View File

@@ -20,9 +20,9 @@ source $CARGO_HOME/env
rustup component add rustfmt clippy
if isUbuntu22; then
cargo install bindgen cbindgen cargo-audit cargo-outdated
cargo install bindgen-cli cbindgen cargo-audit cargo-outdated
else
cargo install --locked bindgen cbindgen cargo-audit cargo-outdated
cargo install --locked bindgen-cli cbindgen cargo-audit cargo-outdated
fi
# Cleanup Cargo cache