Skip to content

Commit fc63260

Browse files
author
bors-servo
authored
Auto merge of #1077 - Eijebong:clang-sys, r=emilio
Update clang-sys to 0.21 and bump version
2 parents c88ddab + 80a0e4a commit fc63260

File tree

2 files changed

+6
-13
lines changed

2 files changed

+6
-13
lines changed

Cargo.lock

+4-11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ name = "bindgen"
1313
readme = "README.md"
1414
repository = "https://github.com/rust-lang-nursery/rust-bindgen"
1515
documentation = "https://docs.rs/bindgen"
16-
version = "0.30.0"
16+
version = "0.30.1"
1717
build = "build.rs"
1818

1919
include = [
@@ -44,7 +44,7 @@ cexpr = "0.2"
4444
cfg-if = "0.1.0"
4545
# This kinda sucks: https://github.com/rust-lang/cargo/issues/1982
4646
clap = "2"
47-
clang-sys = { version = "0.19.0", features = ["runtime", "clang_3_9"] }
47+
clang-sys = { version = "0.21.0", features = ["runtime", "clang_3_9"] }
4848
lazy_static = "0.2.1"
4949
peeking_take_while = "0.1.2"
5050
quote = "0.3.15"

0 commit comments

Comments
 (0)