diff --git a/Cargo.toml b/Cargo.toml index a02033a..7f46453 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "log" -version = "0.3.6" +version = "0.3.7" authors = ["The Rust Project Developers"] license = "MIT/Apache-2.0" readme = "README.md" diff --git a/env/Cargo.toml b/env/Cargo.toml index 3a817fc..f70a301 100644 --- a/env/Cargo.toml +++ b/env/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "env_logger" -version = "0.4.1" +version = "0.4.2" authors = ["The Rust Project Developers"] license = "MIT/Apache-2.0" repository = "https://github.com/rust-lang/log"