From a8e5bd07181ef235b406e29bfd4dd7e3b5790fee Mon Sep 17 00:00:00 2001 From: Ms2ger Date: Mon, 16 Jan 2017 10:37:08 +0100 Subject: Update env_logger. --- bindgen/Cargo.toml | 4 ++-- libbindgen/Cargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bindgen/Cargo.toml b/bindgen/Cargo.toml index 22e31ba6..a445df69 100644 --- a/bindgen/Cargo.toml +++ b/bindgen/Cargo.toml @@ -11,7 +11,7 @@ license = "BSD-3-Clause" name = "bindgen" readme = "README.md" repository = "https://github.com/servo/rust-bindgen" -version = "0.17.0" +version = "0.17.1" workspace = ".." [dependencies] @@ -19,7 +19,7 @@ clang-sys = "0.12" clap = "2" libbindgen = { path = "../libbindgen" } log = "0.3" -env_logger = "0.3" +env_logger = "0.4" rustc-serialize = "0.3.19" [features] diff --git a/libbindgen/Cargo.toml b/libbindgen/Cargo.toml index f5498bc9..0ff11a24 100644 --- a/libbindgen/Cargo.toml +++ b/libbindgen/Cargo.toml @@ -12,7 +12,7 @@ license = "BSD-3-Clause" name = "libbindgen" readme = "README.md" repository = "https://github.com/servo/rust-bindgen" -version = "0.1.6" +version = "0.1.7" workspace = ".." [dev-dependencies] @@ -38,7 +38,7 @@ version = "0.34" [dependencies.env_logger] optional = true -version = "0.3" +version = "0.4" [dependencies.log] optional = true -- cgit v1.2.3