Skip to content

Commit 022b1f0

Browse files
build(deps): update bindgen requirement from 0.70 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/v0.72.1/CHANGELOG.md) - [Commits](rust-lang/rust-bindgen@v0.70.0...v0.72.1) --- updated-dependencies: - dependency-name: bindgen dependency-version: 0.72.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 27f961b commit 022b1f0

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
@@ -14,7 +14,7 @@ thiserror = "1.0"
1414
schemars = "1.2"
1515

1616
[build-dependencies]
17-
bindgen = "0.70"
17+
bindgen = "0.72"
1818
cc = "1.0"
1919

2020
[dev-dependencies]

0 commit comments

Comments
 (0)