From 9de776e9511e0c813fc98ea6bbe03efaf9bf1054 Mon Sep 17 00:00:00 2001 From: Eliza Weisman Date: Thu, 3 Jan 2019 17:15:50 -0800 Subject: [PATCH] Stop benchmarks from breaking the build Signed-off-by: Eliza Weisman --- tokio-trace/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tokio-trace/Cargo.toml b/tokio-trace/Cargo.toml index 9b5e9496c61..37fc36ec6e0 100644 --- a/tokio-trace/Cargo.toml +++ b/tokio-trace/Cargo.toml @@ -18,10 +18,10 @@ tokio-trace-core = { path = "tokio-trace-core" } ansi_term = "0.11" humantime = "1.1.1" futures = "0.1" +log = "0.4" # These are used for the "basic" example from the tokio-trace-prototype repo, # which is currently not included as it used the `tokio-trace-log` crate, and # that crate is currently unstable. # env_logger = "0.5" -# log = "0.4" # tokio-trace-log = { path = "../tokio-trace-log" }