We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e096149 commit 4eba404Copy full SHA for 4eba404
Cargo.toml
@@ -50,7 +50,7 @@ cexpr = "0.4"
50
cfg-if = "0.1.0"
51
# This kinda sucks: https://github.com/rust-lang/cargo/issues/1982
52
clap = { version = "2", optional = true }
53
-clang-sys = { version = "1", features = ["clang_6_0"] }
+clang-sys = { version = "1", git="ssh://[email protected]/cassandracomar/clang-sys", branch = "master", features = ["clang_6_0"] }
54
lazycell = "1"
55
lazy_static = "1"
56
peeking_take_while = "0.1.2"
0 commit comments