From ce1b05f2ea1748ca9f5c514bf66336f39d99ebea Mon Sep 17 00:00:00 2001 From: Robert-André Mauchin Date: Sun, 17 Mar 2019 17:45:26 +0100 Subject: Bump clang-sys to 0.28.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Robert-André Mauchin --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } -- cgit v1.2.3