Skip to content
Compare
Choose a tag to compare
@github-actions -actions released this09 Dec 15:24
v0.71.1

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://.com/rust-lang/rust-bindgen/releases/download/v0.71.1/bindgen-cli-installer.sh | sh

Download bindgen-cli 0.71.1

FilePlatformChecksum
bindgen-cli-aarch64-apple-darwin.tar.xzApple Silicon macOSchecksum
bindgen-cli-x86_64-apple-darwin.tar.xzIntel macOSchecksum
bindgen-cli-x86_64-unknown-linux-gnu.tar.xzx64 Linuxchecksum

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:

Want to help improve our documentation? Check out the issues labeled "docs".

Found a bug with bindgen? File an issue here.