Skip to content

Commit

Permalink
Update bindgen requirement from 0.68.1 to 0.69.2
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.68.1...v0.69.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Jan 15, 2024
1 parent e92360e commit 5b94160
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rlottie-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ rust-version = "1.56"
links = "rlottie"

[build-dependencies]
bindgen = { version = "0.68.1", features = ["prettyplease", "runtime"], default-features = false }
bindgen = { version = "0.69.2", features = ["prettyplease", "runtime"], default-features = false }
pkg-config = "0.3.22"

0 comments on commit 5b94160

Please sign in to comment.