diff --git a/Cargo.toml b/Cargo.toml index 5c52f54..5cf9436 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"