Skip to content

Commit 69355f8

Browse files
committed
Update clang-sys and bump version
1 parent f36f4e3 commit 69355f8

File tree

2 files changed

+26
-21
lines changed

2 files changed

+26
-21
lines changed

Cargo.lock

+24-19
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.33.1"
16+
version = "0.33.2"
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.21.0", features = ["runtime", "clang_3_9"] }
47+
clang-sys = { version = "0.22.0", features = ["runtime", "clang_3_9"] }
4848
lazy_static = "1"
4949
peeking_take_while = "0.1.2"
5050
quote = "0.3.15"

0 commit comments

Comments
 (0)