From 3b005f03fedb0a5046962525ccf5fa70974943f5 Mon Sep 17 00:00:00 2001 From: Aleksandr Chebotov Date: Mon, 17 Oct 2022 13:07:27 +0200 Subject: [PATCH] Replace bindgen to bindgen-cli --- images/linux/scripts/installers/rust.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/images/linux/scripts/installers/rust.sh b/images/linux/scripts/installers/rust.sh index 515525ffd..5e0b46588 100644 --- a/images/linux/scripts/installers/rust.sh +++ b/images/linux/scripts/installers/rust.sh @@ -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