Revert "[Ubuntu] Pin bindgen cli version to avoid bug (#8714)" (#8720)

This reverts commit 3146c7010e.
This commit is contained in:
Erik Bershel
2023-11-02 21:47:24 +01:00
committed by GitHub
parent 318ec94985
commit 50803a9ecd

View File

@@ -20,11 +20,9 @@ source $CARGO_HOME/env
rustup component add rustfmt clippy rustup component add rustfmt clippy
if isUbuntu22; then if isUbuntu22; then
cargo install bindgen-cli --version 0.68.1 # Temp fix for https://github.com/rust-lang/rust-bindgen/issues/2677 cargo install bindgen-cli cbindgen cargo-audit cargo-outdated
cargo install cbindgen cargo-audit cargo-outdated
else else
cargo install --locked bindgen-cli --version 0.68.1 # Temp fix for https://github.com/rust-lang/rust-bindgen/issues/2677 cargo install --locked bindgen-cli cbindgen cargo-audit cargo-outdated
cargo install --locked cbindgen cargo-audit cargo-outdated
fi fi
# Cleanup Cargo cache # Cleanup Cargo cache