Skip to content

Commit aa22a59

Browse files
Update bindgen requirement from 0.71 to 0.72
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.71.0...v0.72.0) --- updated-dependencies: - dependency-name: bindgen dependency-version: 0.72.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 68b406b commit aa22a59

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ build = "build/mod.rs"
1616
[dependencies]
1717

1818
[build-dependencies]
19-
bindgen = { version = "0.71" }
19+
bindgen = { version = "0.72" }
2020
cc = "1.1"
2121

2222
[features]

0 commit comments

Comments
 (0)