Skip to content

Commit

Permalink
Update bindgen requirement from 0.70 to 0.71
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](rust-lang/rust-bindgen@v0.70.0...vv0.71.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and lnicola committed Jan 10, 2025
1 parent 151c9b0 commit efb3ab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gdal-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ links = "gdal"
gdal-src = { version = "0.1.0", path = "../gdal-src/", optional = true }

[build-dependencies]
bindgen = { version = "0.70", optional = true }
bindgen = { version = "0.71", optional = true }
pkg-config = "0.3"
semver = "1.0"

Expand Down

0 comments on commit efb3ab7

Please sign in to comment.