Skip to content

Commit 233c4bc

Browse files
author
bors-servo
authored
Auto merge of #326 - upsuper:patch-1, r=emilio
Upgrade clang-sys in libbindgen It seems #322 doesn't upgrade the clang-sys of libbindgen, so bindgen is using two different versions of clang-sys. We should fix it. r? @emilio
2 parents 9b78e09 + c54c3fb commit 233c4bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libbindgen/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ quasi_codegen = "0.21"
2525

2626
[dependencies]
2727
cfg-if = "0.1.0"
28-
clang-sys = "0.8.0"
28+
clang-sys = "0.11.1"
2929
lazy_static = "0.1.*"
3030
libc = "0.2"
3131
rustc-serialize = "0.3.19"

0 commit comments

Comments
 (0)