Bump log to 0.3.7 and env_logger to 0.4.2

This commit is contained in:
Alex Crichton 2017-03-07 20:40:12 -08:00
parent d08adb4b0a
commit 25e349c738
2 changed files with 2 additions and 2 deletions

View File

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

2
env/Cargo.toml vendored
View File

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