Skip to content

Commit

Permalink
build(deps): update bindgen requirement from =0.69.4 to =0.70.0
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.69.4...v0.70.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 19, 2024
1 parent d23c5ab commit d06fce4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ publish = false
# Pin version to have control over how ash/src/vk/native.rs
# is generated (there is a CI check that validates that this
# file is generated as currently checked in):
bindgen = "=0.69.4"
bindgen = "=0.70.0"
heck = "0.5"
itertools = "0.13"
nom = "7.1"
Expand Down

0 comments on commit d06fce4

Please sign in to comment.