Set release_max_level_debug for the log crate

pull/5/head
Frank Denis 5 years ago
parent b6fee26124
commit b69b03f9bb

@ -24,7 +24,7 @@ failure = "0.1.5"
futures-preview = { version = "=0.3.0-alpha.18", features = ["async-await", "nightly", "cfg-target-has-atomic"] }
jemallocator = "0.3.2"
libsodium-sys-stable="1.18.1"
log = "0.4.8"
log = { version = "0.4.8", features = ["std", "release_max_level_debug"] }
net2 = "0.2.33"
parking_lot = "0.9.0"
privdrop = "0.3.3"

Loading…
Cancel
Save