Skip to content

Commit 6d4e0c9

Browse files
Update bindgen requirement from ^0.69.2 to ^0.72.1 in /userfaultfd-sys
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.69.2...v0.72.1) --- updated-dependencies: - dependency-name: bindgen dependency-version: 0.72.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent aac58f5 commit 6d4e0c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

userfaultfd-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ build = "build.rs"
1313
cfg-if = "^1.0.0"
1414

1515
[build-dependencies]
16-
bindgen = { version = "^0.69.2", default-features = false, features = ["runtime"] }
16+
bindgen = { version = "^0.72.1", default-features = false, features = ["runtime"] }
1717
cc = "1.0"
1818

1919
[features]

0 commit comments

Comments
 (0)