fix: rename bindgen to bindgen-cli

This commit is contained in:
R
2022-12-08 16:21:18 +01:00
committed by GitHub
parent c3969208c3
commit c21a1af5c4
+3 -5
View File
@@ -19,11 +19,9 @@ curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain=stable --profil
source "${CARGO_HOME}/env"
rustup component add rustfmt clippy
if isUbuntuVer "22"; then
cargo install bindgen cbindgen cargo-audit cargo-outdated
else
cargo install --locked bindgen cbindgen cargo-audit cargo-outdated
fi
cargo install --locked bindgen-cli cbindgen cargo-audit cargo-outdated
chmod -R 777 "$(dirname "${RUSTUP_HOME}")"
# cleanup