summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors-servo <lbergstrom+bors@mozilla.com>2016-12-07 09:51:22 -0800
committerGitHub <noreply@github.com>2016-12-07 09:51:22 -0800
commitee4b26ff9b6cbfe012e6a59c45378c328f324cfc (patch)
tree5ce49ba8d08815f09fdb3ed9f5dc6c786e408bfc
parent6a26ace3c4b98c4ed568a308559c98e8d64226a5 (diff)
parente054f6b5bad0f91b90a73ef9291f6c53b1afcfe1 (diff)
Auto merge of #322 - emilio:clang-sys-up, r=upsuper
Update clang-sys. r? @upsuper
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e5a14a6f..57be684e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -14,7 +14,7 @@ repository = "https://github.com/servo/rust-bindgen"
version = "0.17.0"
[dependencies]
-clang-sys = "0.8.0"
+clang-sys = "0.11.1"
clap = "2"
libbindgen = { path = "libbindgen" }
log = "0.3"