Skip to content

Commit

Permalink
Make bindgen dep match libnfs-sys
Browse files Browse the repository at this point in the history
This is to avoid a clash over clang-sys. Workaround for cargo bug rust-lang/cargo#5237.
  • Loading branch information
jsgf authored Oct 12, 2018
1 parent 344e7aa commit a9a8652
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ keywords = ["ffi", "libffi", "closure", "c"]
[dependencies]

[build-dependencies]
bindgen = "0.31.3"
bindgen = "0.40.0" # match libnfs-sys 0.2.0
make-cmd = "0.1"
pkg-config = "0.3.13"

Expand Down

0 comments on commit a9a8652

Please sign in to comment.