Skip to content

Commit 3ff1cbf

Browse files
authored
Use same bindgen dep as libnfs-sys
This avoids a cargo issue rust-lang/cargo#5237 which prevents different build scripts using different versions of libclang-sys.
1 parent a3205c7 commit 3ff1cbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ keywords = ["ffi", "libffi", "closure", "c"]
1313
[dependencies]
1414

1515
[build-dependencies]
16-
bindgen = "0.31.3"
16+
bindgen = "0.40.0" # match libnfs-sys bindgen dep
1717
make-cmd = "0.1"
1818
pkg-config = "0.3.13"
1919

0 commit comments

Comments
 (0)