Skip to content

Commit

Permalink
Merge pull request rust-lang#1489 from KyleMayes/clang-sys
Browse files Browse the repository at this point in the history
Update clang-sys
  • Loading branch information
emilio authored Jan 16, 2019
2 parents 2a01e8d + 271dc73 commit 0d004a7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 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 @@ -48,7 +48,7 @@ cexpr = "0.3.3"
cfg-if = "0.1.0"
# This kinda sucks: https://github.com/rust-lang/cargo/issues/1982
clap = "2"
clang-sys = { version = "0.26.4", features = ["runtime", "clang_6_0"] }
clang-sys = { version = "0.27.0", features = ["runtime", "clang_6_0"] }
lazy_static = "1"
peeking_take_while = "0.1.2"
quote = { version = "0.6", default-features = false }
Expand Down

0 comments on commit 0d004a7

Please sign in to comment.