From f4752ff724040aa3aec924059933fdd3b4720890 Mon Sep 17 00:00:00 2001 From: Eliza Weisman Date: Sat, 6 Jul 2019 12:13:37 -0700 Subject: [PATCH] chore: rm commented-out dep to placate bin/release Signed-off-by: Eliza Weisman --- tracing/Cargo.toml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tracing/Cargo.toml b/tracing/Cargo.toml index 0bff4998bb..c30365c19b 100644 --- a/tracing/Cargo.toml +++ b/tracing/Cargo.toml @@ -37,11 +37,6 @@ humantime = "1.2" futures = "0.1" log = "0.4" criterion = { version = "0.2", default_features = false } -# These are used for the "basic" example from the tracing-prototype repo, -# which is currently not included as it used the `tracing-log` crate, and -# that crate is currently unstable. -# env_logger = "0.5" -# tracing-log = { path = "../tracing-log" } [features] max_level_off = []