Skip to content

Commit

Permalink
Switch to public copy of clang-sys
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwu committed Aug 23, 2018
1 parent 3a38edb commit 5563961
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust_gen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
authors = ["Michael Wu <[email protected]>"]

[dependencies]
clang-sys = { path = "../../clang-sys", features = ["runtime", "clang_8_0"] }
clang-sys = { git = "https://github.com/michaelwu/clang-sys", branch = "clang-8.0", features = ["runtime", "clang_8_0"] }
syn = { version = "0.14", features = ["full", "extra-traits"] }
quote = "0.6"
proc-macro2 = "0.4"

0 comments on commit 5563961

Please sign in to comment.