Skip to content

Commit 825011d

Browse files
authored
Update bindgen to 0.51
A bug <rust-lang/rust-bindgen#1627> causes compilation failure in nightly compiler.
1 parent f8d8f0f commit 825011d

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.49"
16+
bindgen = "0.51"
1717
make-cmd = "0.1"
1818
pkg-config = "0.3.13"
1919

0 commit comments

Comments
 (0)