Skip to content

Commit 0176a76

Browse files
author
bors-servo
authored
Auto merge of #1335 - emilio:libclang-up, r=pepyakin
Bump libclang. Fixes #1276
2 parents 1fdf0a3 + 8a05ba4 commit 0176a76

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 4 additions & 4 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.37.1"
17+
version = "0.37.2"
1818
build = "build.rs"
1919

2020
include = [
@@ -47,7 +47,7 @@ cexpr = "0.2"
4747
cfg-if = "0.1.0"
4848
# This kinda sucks: https://github.com/rust-lang/cargo/issues/1982
4949
clap = "2"
50-
clang-sys = { version = "0.22.0", features = ["runtime", "clang_6_0"] }
50+
clang-sys = { version = "0.23", features = ["runtime", "clang_6_0"] }
5151
lazy_static = "1"
5252
peeking_take_while = "0.1.2"
5353
quote = { version = "0.5", default-features = false }

0 commit comments

Comments
 (0)