summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors-servo <lbergstrom+bors@mozilla.com>2016-07-18 17:19:45 -0700
committerGitHub <noreply@github.com>2016-07-18 17:19:45 -0700
commit4f9239002ba886966c2fb149175c1e8b3d89ea2d (patch)
tree11758654b11d7237fd5de5e122fe5e58dcf601c9
parent14b1ff7ce3331668d8f2af6f577d3c8112d4e9dd (diff)
parentde50317e41f20f34852ab119a6a28c6b187bd1e3 (diff)
Auto merge of #19 - upsuper:bump-clang-sys, r=KiChjang
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"