Skip to content

Commit

Permalink
Stop benchmarks from breaking the build
Browse files Browse the repository at this point in the history
Signed-off-by: Eliza Weisman <eliza@buoyant.io>
  • Loading branch information
hawkw committed Jan 4, 2019
1 parent 7e54717 commit 9de776e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tokio-trace/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }

0 comments on commit 9de776e

Please sign in to comment.