Skip to content

Commit

Permalink
Update bindgen to 0.51
Browse files Browse the repository at this point in the history
A bug <rust-lang/rust-bindgen#1627> causes compilation failure in nightly compiler.
  • Loading branch information
pcpthm committed Oct 19, 2019
1 parent f8d8f0f commit 825011d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -13,7 +13,7 @@ keywords = ["ffi", "libffi", "closure", "c"]
[dependencies]

[build-dependencies]
bindgen = "^0.49"
bindgen = "0.51"
make-cmd = "0.1"
pkg-config = "0.3.13"

Expand Down

0 comments on commit 825011d

Please sign in to comment.