From 4eba4043baa63ea16cdf1ceaa9b56eba16f40ced Mon Sep 17 00:00:00 2001 From: Cassandra Comar Date: Wed, 7 Oct 2020 19:55:49 -0400 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7ab43a21dc..3b42bd3547 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,7 +50,7 @@ cexpr = "0.4" cfg-if = "0.1.0" # This kinda sucks: https://github.com/rust-lang/cargo/issues/1982 clap = { version = "2", optional = true } -clang-sys = { version = "1", features = ["clang_6_0"] } +clang-sys = { version = "1", git="ssh://git@github.com/cassandracomar/clang-sys", branch = "master", features = ["clang_6_0"] } lazycell = "1" lazy_static = "1" peeking_take_while = "0.1.2"