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. """