Skip to content
This repository was archived by the owner on Oct 23, 2022. It is now read-only.

Commit e929cdf

Browse files
committed
fix: extend tracing features
Signed-off-by: ljedrz <ljedrz@gmail.com>
1 parent d4c4f92 commit e929cdf

File tree

2 files changed

+34
-2
lines changed

2 files changed

+34
-2
lines changed

Cargo.lock

Lines changed: 33 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ prost-build = { default-features = false, version = "0.6" }
4242
[dev-dependencies]
4343
hex-literal = { default-features = false, version = "0.3" }
4444
sha2 = { default-features = false, version = "0.9" }
45-
tracing-subscriber = { default-features = false, features = ["fmt", "tracing-log"], version = "0.2" }
45+
tracing-subscriber = { default-features = false, features = ["fmt", "tracing-log", "ansi", "env-filter"], version = "0.2" }
4646

4747
[workspace]
4848
members = [ "bitswap", "http", "unixfs" ]

0 commit comments

Comments
 (0)