summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmilio Cobos Álvarez <emilio@crisal.io>2016-12-06 23:57:11 -0800
committerEmilio Cobos Álvarez <emilio@crisal.io>2016-12-07 07:24:13 -0600
commite054f6b5bad0f91b90a73ef9291f6c53b1afcfe1 (patch)
tree5ce49ba8d08815f09fdb3ed9f5dc6c786e408bfc
parent6a26ace3c4b98c4ed568a308559c98e8d64226a5 (diff)
Update clang-sys.
-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"