summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXidorn Quan <me@upsuper.org>2016-07-19 10:12:10 +1000
committerXidorn Quan <me@upsuper.org>2016-07-19 10:12:10 +1000
commitde50317e41f20f34852ab119a6a28c6b187bd1e3 (patch)
tree11758654b11d7237fd5de5e122fe5e58dcf601c9
parent14b1ff7ce3331668d8f2af6f577d3c8112d4e9dd (diff)
Bump clang-sys version to 0.8.0
To include the fix for Windows build.
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e8f4de3e..f9a9c6b7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"