summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libbindgen/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/libbindgen/Cargo.toml b/libbindgen/Cargo.toml
index 1c1b15c3..9e913ecb 100644
--- a/libbindgen/Cargo.toml
+++ b/libbindgen/Cargo.toml
@@ -24,14 +24,14 @@ shlex = "0.1"
quasi_codegen = "0.26"
[dependencies]
+cexpr = "0.2"
cfg-if = "0.1.0"
+clang-sys = { version = "0.11.1", features = ["gte_clang_3_6", "gte_clang_3_7", "gte_clang_3_8", "gte_clang_3_9"] }
lazy_static = "0.1.*"
libc = "0.2"
rustc-serialize = "0.3.19"
syntex_syntax = "0.50"
regex = "0.1"
-cexpr = "0.2"
-clang-sys = { version = "0.11.1", features = ["gte_clang_3_6", "gte_clang_3_7", "gte_clang_3_8", "gte_clang_3_9"] }
[dependencies.aster]
features = ["with-syntex"]