Skip to content

Commit a9a8652

Browse files
authored
Make bindgen dep match libnfs-sys
This is to avoid a clash over clang-sys. Workaround for cargo bug rust-lang/cargo#5237.
1 parent 344e7aa commit a9a8652

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
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 0.2.0
1717
make-cmd = "0.1"
1818
pkg-config = "0.3.13"
1919

0 commit comments

Comments
 (0)