Skip to content

Commit 04697fb

Browse files
author
bors-servo
authored
Auto merge of #1415 - emilio:clang-sys-up, r=emilio
Update clang-sys.
2 parents 3d80d66 + 996da2c commit 04697fb

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ readme = "README.md"
1414
repository = "https://github.com/rust-lang-nursery/rust-bindgen"
1515
documentation = "https://docs.rs/bindgen"
1616
homepage = "https://rust-lang-nursery.github.io/rust-bindgen/"
17-
version = "0.42.0"
17+
version = "0.42.1"
1818
build = "build.rs"
1919

2020
include = [
@@ -48,7 +48,7 @@ cexpr = "0.3"
4848
cfg-if = "0.1.0"
4949
# This kinda sucks: https://github.com/rust-lang/cargo/issues/1982
5050
clap = "2"
51-
clang-sys = { version = "0.24", features = ["runtime", "clang_6_0"] }
51+
clang-sys = { version = "0.26", features = ["runtime", "clang_6_0"] }
5252
lazy_static = "1"
5353
peeking_take_while = "0.1.2"
5454
quote = { version = "0.5", default-features = false }

0 commit comments

Comments
 (0)