diff options
author | Xidorn Quan <github@upsuper.org> | 2016-12-08 17:00:24 -1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-08 17:00:24 -1000 |
commit | c54c3fbb96980de0e966624c8389a18140a46d8a (patch) | |
tree | 3e1db96aa152d614b4262624d004017a419bb3f2 | |
parent | 9b78e092ea3bc51a9e8612159134a03dea4a24a6 (diff) |
Upgrade clang-sys in libbindgen
-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" |