summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert-André Mauchin <zebob.m@gmail.com>2019-03-17 17:45:26 +0100
committerEmilio Cobos Álvarez <emilio@crisal.io>2019-03-27 00:49:28 +0100
commitce1b05f2ea1748ca9f5c514bf66336f39d99ebea (patch)
tree7fecbb29000e67858444adc646d2a828e39cb21b
parent002cb290c6a54c070efaca191382d65193e2c257 (diff)
Bump clang-sys to 0.28.0
Signed-off-by: Robert-André Mauchin <zebob.m@gmail.com>
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 2f653dcf..0a28648d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -48,7 +48,7 @@ cexpr = "0.3.3"
cfg-if = "0.1.0"
# This kinda sucks: https://github.com/rust-lang/cargo/issues/1982
clap = "2"
-clang-sys = { version = "0.26.4", features = ["runtime", "clang_6_0"] }
+clang-sys = { version = "0.28.0", features = ["runtime", "clang_6_0"] }
lazy_static = "1"
peeking_take_while = "0.1.2"
quote = { version = "0.6", default-features = false }