We are happy to announce a new release of bindgen 🎉
Changelog
Fixed
- Fix
--version
and--generate-shell-completions
(#3040)
Upgrade bindgen
Upgrade to this release by updating your Cargo.toml
:
bindgen = "0.71.1"
Install bindgen-cli
Install prebuild binaries using cargo binstall
Just run
cargo binstall bindgen-cli
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/rust-lang/rust-bindgen/releases/download/v0.71.1/bindgen-cli-installer.sh | sh
Download bindgen-cli 0.71.1
File | Platform | Checksum |
---|---|---|
bindgen-cli-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
bindgen-cli-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
bindgen-cli-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |
Compile and install binaries from source
Just run
cargo install bindgen-cli
Friends
Thanks to everyone who contributed to this release!
- Christian Poveda
- Jan Alexander Steffens (heftig)
Contributing
Want to join us? Check out our CONTRIBUTING.md and take a look
at some of these issues:
- Issues labeled "easy"
- Issues labeled "less easy"
- Still can't find something to work on? Drop a comment here.
Want to help improve our documentation? Check out the issues labeled "docs".
Found a bug with bindgen
? File an issue here.