Skip to content

Commit

Permalink
Revert "[Windows] Pin bindgen cli version to avoid bug (#8713)" (#8719)
Browse files Browse the repository at this point in the history
This reverts commit 1dac9b9.
  • Loading branch information
erik-bershel authored Nov 2, 2023
1 parent eee63d1 commit 318ec94
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions images/win/scripts/Installers/Install-Rust.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ rustup target add x86_64-pc-windows-gnu

# Install common tools
rustup component add rustfmt clippy
cargo install --locked bindgen-cli --version 0.68.1 # Temp fix for https://github.com/rust-lang/rust-bindgen/issues/2677
cargo install --locked cbindgen cargo-audit cargo-outdated
cargo install --locked bindgen-cli cbindgen cargo-audit cargo-outdated

# Cleanup Cargo crates cache
Remove-Item "${env:CARGO_HOME}\registry\*" -Recurse -Force
Expand Down

0 comments on commit 318ec94

Please sign in to comment.