Fix clang dependency
This commit is contained in:
parent
cd3397b254
commit
dbb1d4a8d1
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ build = "build.rs"
|
||||||
regex = "1.3.9"
|
regex = "1.3.9"
|
||||||
quote = "1.0.7"
|
quote = "1.0.7"
|
||||||
lazy_static = "1.4.0"
|
lazy_static = "1.4.0"
|
||||||
clang = { path = "../../clang-rs" }
|
clang = { git = "https://github.com/rafaelcaricio/clang-rs" }
|
||||||
itertools = "0.9.0"
|
itertools = "0.9.0"
|
||||||
proc-macro2 = "1.0.18"
|
proc-macro2 = "1.0.18"
|
||||||
Inflector = "0.11.4"
|
Inflector = "0.11.4"
|
||||||
|
|
Loading…
Reference in a new issue