Skip to content

Commit

Permalink
Version bump, plus actually bump the required cexpr version.
Browse files Browse the repository at this point in the history
  • Loading branch information
emilio committed Oct 21, 2018
1 parent 5b4448a commit 710cbc0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Expand Up @@ -14,7 +14,7 @@ readme = "README.md"
repository = "https://github.com/rust-lang-nursery/rust-bindgen"
documentation = "https://docs.rs/bindgen"
homepage = "https://rust-lang-nursery.github.io/rust-bindgen/"
version = "0.42.3"
version = "0.43.0"
build = "build.rs"

include = [
Expand Down Expand Up @@ -44,7 +44,7 @@ shlex = "0.1"

[dependencies]
bitflags = "1.0.3"
cexpr = "0.3"
cexpr = "0.3.3"
cfg-if = "0.1.0"
# This kinda sucks: https://github.com/rust-lang/cargo/issues/1982
clap = "2"
Expand Down

0 comments on commit 710cbc0

Please sign in to comment.