Skip to content

Commit bed7b70

Browse files
committed
Update log to 0.4 and bump version
1 parent 079d838 commit bed7b70

File tree

2 files changed

+122
-13
lines changed

2 files changed

+122
-13
lines changed

Cargo.lock

Lines changed: 119 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
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.32.3"
16+
version = "0.32.4"
1717
build = "build.rs"
1818

1919
include = [
@@ -54,11 +54,11 @@ proc-macro2 = "0.2"
5454

5555
[dependencies.env_logger]
5656
optional = true
57-
version = "0.4"
57+
version = "0.5"
5858

5959
[dependencies.log]
6060
optional = true
61-
version = "0.3"
61+
version = "0.4"
6262

6363
[features]
6464
default = ["logging"]

0 commit comments

Comments
 (0)