Use env_logger@0.5.12

This commit is contained in:
Michael Vines 2018-08-03 19:58:13 -07:00 committed by Grimes
parent 1a9e6ffdd7
commit 28fa43d2a9
1 changed files with 1 additions and 8 deletions

View File

@ -70,9 +70,7 @@ untrusted = "0.6.2"
bincode = "1.0.0"
chrono = { version = "0.4.0", features = ["serde"] }
log = "0.4.2"
#TODO: Uncomment the next line and remove the [dependencies.env_logger]
# section below once env_logger 0.5.12 is published
#env_logger = "0.5.12"
env_logger = "0.5.12"
matches = "0.1.6"
byteorder = "1.2.1"
libc = "0.2.1"
@ -93,11 +91,6 @@ reqwest = "0.8.6"
influx_db_client = "0.3.4"
dirs = "1.0.2"
# TODO: Remove this section once env_logger 0.5.12 is published
[dependencies.env_logger]
git = "https://github.com/sebasmagri/env_logger.git"
rev = "a8da396c2e7ed912c9f926f9e7bb2c53e9e7aee0"
[dev-dependencies]
criterion = "0.2"