summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors-servo <lbergstrom+bors@mozilla.com>2017-05-01 19:17:04 -0500
committerGitHub <noreply@github.com>2017-05-01 19:17:04 -0500
commit86aabcf4479e72d63d75eeea802290802a55fb22 (patch)
tree43e004357e6ccd1c0a6ee4cce6f5afe1eb35a8aa
parent647d9203dafd66c117698eddbf922e6ff53423a2 (diff)
parent3ce151a767a5e40b2d7390b963e41311dc0d763e (diff)
Auto merge of #682 - fitzgen:bump-clang-sys-version, r=upsuper
Bump the required clang-sys version to 0.15.2 Better fix for #671 for downstream crates. r? @upsuper or @emilio
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 7818096d..6e8f3247 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -44,7 +44,7 @@ quasi_codegen = "0.32"
[dependencies]
cexpr = "0.2"
cfg-if = "0.1.0"
-clang-sys = { version = "0.15", features = ["runtime", "clang_3_9"] }
+clang-sys = { version = "0.15.2", features = ["runtime", "clang_3_9"] }
lazy_static = "0.2.1"
syntex_syntax = "0.58"
regex = "0.2"