Skip to content

Commit a58b92f

Browse files
committed
Update bindgen to the latest (0.65.1)
userfaultfd-sys fails to build <linux/userfaultfd.h> header file with newer clang. Newer bindgen have fix for it rust-lang/rust-bindgen#2319
1 parent cb2cd6d commit a58b92f

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.60.1", default-features = false, features = ["runtime"] }
16+
bindgen = { version = "^0.65.1", default-features = false, features = ["runtime"] }
1717
cc = "1.0"
1818

1919
[features]

0 commit comments

Comments
 (0)