Skip to content

Commit

Permalink
Update bindgen requirement from 0.66 to 0.68
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.66.0...v0.68.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and Joylei committed Sep 8, 2023
1 parent ea95f5d commit f406d34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ authors = ["joylei <leingliu@gmail.com>"]
[dependencies]

[build-dependencies]
bindgen = "0.66"
bindgen = "0.68"
cmake = "0.1"
pkg-config = "0.3"

0 comments on commit f406d34

Please sign in to comment.