Skip to content

Commit f103d8a

Browse files
author
bors-servo
authored
Auto merge of #400 - servo:env_logger, r=emilio
Update env_logger.
2 parents b570ce8 + a8e5bd0 commit f103d8a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

bindgen/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ license = "BSD-3-Clause"
1111
name = "bindgen"
1212
readme = "README.md"
1313
repository = "https://github.com/servo/rust-bindgen"
14-
version = "0.17.0"
14+
version = "0.17.1"
1515
workspace = ".."
1616

1717
[dependencies]
1818
clang-sys = "0.12"
1919
clap = "2"
2020
libbindgen = { path = "../libbindgen" }
2121
log = "0.3"
22-
env_logger = "0.3"
22+
env_logger = "0.4"
2323
rustc-serialize = "0.3.19"
2424

2525
[features]

libbindgen/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ license = "BSD-3-Clause"
1212
name = "libbindgen"
1313
readme = "README.md"
1414
repository = "https://github.com/servo/rust-bindgen"
15-
version = "0.1.6"
15+
version = "0.1.7"
1616
workspace = ".."
1717

1818
[dev-dependencies]
@@ -38,7 +38,7 @@ version = "0.34"
3838

3939
[dependencies.env_logger]
4040
optional = true
41-
version = "0.3"
41+
version = "0.4"
4242

4343
[dependencies.log]
4444
optional = true

0 commit comments

Comments
 (0)