We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f36f4e3 + 55a13b5 commit 15815e1Copy full SHA for 15815e1
Cargo.toml
@@ -13,7 +13,7 @@ name = "bindgen"
13
readme = "README.md"
14
repository = "https://github.com/rust-lang-nursery/rust-bindgen"
15
documentation = "https://docs.rs/bindgen"
16
-version = "0.33.1"
+version = "0.33.2"
17
build = "build.rs"
18
19
include = [
@@ -44,7 +44,7 @@ cexpr = "0.2"
44
cfg-if = "0.1.0"
45
# This kinda sucks: https://github.com/rust-lang/cargo/issues/1982
46
clap = "2"
47
-clang-sys = { version = "0.21.0", features = ["runtime", "clang_3_9"] }
+clang-sys = { version = "0.22.0", features = ["runtime", "clang_3_9"] }
48
lazy_static = "1"
49
peeking_take_while = "0.1.2"
50
quote = "0.3.15"
0 commit comments