Skip to content

Commit

Permalink
Merge pull request #6418 from al-cheb/macos_replace_bindgen
Browse files Browse the repository at this point in the history
[macOS] Replace bindgen to bindgen-cli
  • Loading branch information
al-cheb authored Oct 17, 2022
2 parents b24c133 + ee878fc commit 7642808
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/macos/provision/core/rust.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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/*
Expand Down

0 comments on commit 7642808

Please sign in to comment.