diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2016-12-08 19:28:45 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-08 19:28:45 -0800 |
commit | 233c4bcd31c98ba4d4a80223778fb4bbb9f6e3ee (patch) | |
tree | 3e1db96aa152d614b4262624d004017a419bb3f2 | |
parent | 9b78e092ea3bc51a9e8612159134a03dea4a24a6 (diff) | |
parent | c54c3fbb96980de0e966624c8389a18140a46d8a (diff) |
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
-rw-r--r-- | libbindgen/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbindgen/Cargo.toml b/libbindgen/Cargo.toml index b87f5e19..a094824c 100644 --- a/libbindgen/Cargo.toml +++ b/libbindgen/Cargo.toml @@ -25,7 +25,7 @@ quasi_codegen = "0.21" [dependencies] cfg-if = "0.1.0" -clang-sys = "0.8.0" +clang-sys = "0.11.1" lazy_static = "0.1.*" libc = "0.2" rustc-serialize = "0.3.19" |