Skip to content

Commit

Permalink
Update to clang-sys 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleMayes committed Jul 14, 2020
1 parent f94036f commit c31969d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 14 deletions.
19 changes: 6 additions & 13 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "0.29", features = ["clang_6_0"] }
clang-sys = { version = "1", features = ["clang_6_0"] }
lazycell = "1"
lazy_static = "1"
peeking_take_while = "0.1.2"
Expand Down

0 comments on commit c31969d

Please sign in to comment.