diff options
author | Xidorn Quan <me@upsuper.org> | 2016-07-19 10:12:10 +1000 |
---|---|---|
committer | Xidorn Quan <me@upsuper.org> | 2016-07-19 10:12:10 +1000 |
commit | de50317e41f20f34852ab119a6a28c6b187bd1e3 (patch) | |
tree | 11758654b11d7237fd5de5e122fe5e58dcf601c9 | |
parent | 14b1ff7ce3331668d8f2af6f577d3c8112d4e9dd (diff) |
Bump clang-sys version to 0.8.0
To include the fix for Windows build.
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ clippy = { version = "*", optional = true } syntex_syntax = "0.38" log = "0.3.*" libc = "0.2.*" -clang-sys = "0.7.2" +clang-sys = "0.8.0" [build-dependencies] quasi_codegen = "0.15" |