Fix clang dependency

This commit is contained in:
Rafael Caricio 2020-06-13 21:50:11 +02:00
parent cd3397b254
commit dbb1d4a8d1

View file

@ -12,7 +12,7 @@ build = "build.rs"
regex = "1.3.9"
quote = "1.0.7"
lazy_static = "1.4.0"
clang = { path = "../../clang-rs" }
clang = { git = "https://github.com/rafaelcaricio/clang-rs" }
itertools = "0.9.0"
proc-macro2 = "1.0.18"
Inflector = "0.11.4"