Skip to content

Commit

Permalink
Update bindgen requirement from 0.69 to 0.70
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.0...v0.70.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 19, 2024
1 parent d662262 commit 6a96b77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ttf2mesh-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ license = "MIT"
readme = "README.md"

[build-dependencies]
bindgen = "0.69"
bindgen = "0.70"
cc = "1.0"

0 comments on commit 6a96b77

Please sign in to comment.