We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53416cd commit 1dac9b9Copy full SHA for 1dac9b9
images/win/scripts/Installers/Install-Rust.ps1
@@ -35,7 +35,8 @@ rustup target add x86_64-pc-windows-gnu
35
36
# Install common tools
37
rustup component add rustfmt clippy
38
-cargo install --locked bindgen-cli cbindgen cargo-audit cargo-outdated
+cargo install --locked bindgen-cli --version 0.68.1 # Temp fix for https://github.com/rust-lang/rust-bindgen/issues/2677
39
+cargo install --locked cbindgen cargo-audit cargo-outdated
40
41
# Cleanup Cargo crates cache
42
Remove-Item "${env:CARGO_HOME}\registry\*" -Recurse -Force
0 commit comments