Skip to content

Commit a242c51

Browse files
committed
Version bump, plus actually bump the required cexpr version.
1 parent 870f2b8 commit a242c51

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
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.3"
17+
version = "0.43.0"
1818
build = "build.rs"
1919

2020
include = [
@@ -44,7 +44,7 @@ shlex = "0.1"
4444

4545
[dependencies]
4646
bitflags = "1.0.3"
47-
cexpr = "0.3"
47+
cexpr = "0.3.3"
4848
cfg-if = "0.1.0"
4949
# This kinda sucks: https://github.com/rust-lang/cargo/issues/1982
5050
clap = "2"

0 commit comments

Comments
 (0)