Skip to content

Commit

Permalink
Update bindgen requirement from 0.66.1 to 0.68.1
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.1...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 kazuki0824 committed Sep 12, 2023
1 parent 8825d5d commit 0e82a04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recisdb-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ nix = { version = "^0.27.1", features = ["ioctl"] }
pin-project-lite = "0.2.9"

[build-dependencies]
bindgen = { version = "0.66.1", default_features = false }
bindgen = { version = "0.68.1", default_features = false }
cargo-deb = "1.38.1"
cc = "1.0.70"
glob = "0.3"
Expand Down

0 comments on commit 0e82a04

Please sign in to comment.