Skip to content

Commit

Permalink
Update bindgen requirement from 0.70.1 to 0.71.0 (#37)
Browse files Browse the repository at this point in the history
Updates the requirements on [bindgen](https://github.com/rust-lang/rust-bindgen) to permit the latest version.
- [Release notes](https://github.com/rust-lang/rust-bindgen/releases)
- [Changelog](https://github.com/rust-lang/rust-bindgen/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/rust-bindgen/commits)

---
updated-dependencies:
- dependency-name: bindgen
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 9, 2024
1 parent 57778b2 commit 92a6aae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion creachadair-imath-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ include = ["src/*", "vendor/imath/*.{c,h}", "Cargo.toml", "build.rs", "tests/"]

[build-dependencies]
cc = "1.0.67"
bindgen = { version = "0.70.1", default-features = false, features = [
bindgen = { version = "0.71.0", default-features = false, features = [
"runtime",
] }
dunce = "1.0.1"

0 comments on commit 92a6aae

Please sign in to comment.