From ee878fc1612e48cd76d8fed9ed4d6f013deb2dee Mon Sep 17 00:00:00 2001 From: Aleksandr Chebotov Date: Mon, 17 Oct 2022 13:52:25 +0200 Subject: [PATCH] Replace bindgen to bindgen-cli --- images/macos/provision/core/rust.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/macos/provision/core/rust.sh b/images/macos/provision/core/rust.sh index d60bcf0d..bf2a6160 100644 --- a/images/macos/provision/core/rust.sh +++ b/images/macos/provision/core/rust.sh @@ -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/*