Skip to content

Commit 4eba404

Browse files
Update Cargo.toml
1 parent e096149 commit 4eba404

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ cexpr = "0.4"
5050
cfg-if = "0.1.0"
5151
# This kinda sucks: https://github.com/rust-lang/cargo/issues/1982
5252
clap = { version = "2", optional = true }
53-
clang-sys = { version = "1", features = ["clang_6_0"] }
53+
clang-sys = { version = "1", git="ssh://[email protected]/cassandracomar/clang-sys", branch = "master", features = ["clang_6_0"] }
5454
lazycell = "1"
5555
lazy_static = "1"
5656
peeking_take_while = "0.1.2"

0 commit comments

Comments
 (0)