From d0c2f474e586f97fe8c212421beff2e464099874 Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Sun, 15 Jan 2017 10:44:46 -0800 Subject: [PATCH] Release env_logger 0.4 --- env/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/env/Cargo.toml b/env/Cargo.toml index 6e275f420..e94734d65 100644 --- a/env/Cargo.toml +++ b/env/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "env_logger" -version = "0.3.5" +version = "0.4.0" authors = ["The Rust Project Developers"] license = "MIT/Apache-2.0" repository = "https://github.com/rust-lang/log" documentation = "http://doc.rust-lang.org/log/env_logger" homepage = "https://github.com/rust-lang/log" description = """ -An logging implementation for `log` which is configured via an environment +A logging implementation for `log` which is configured via an environment variable. """