Skip to content

Commit ffc586e

Browse files
committed
don't pull attributes feature of tracing
1 parent 0a1a67d commit ffc586e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repository = "https://github.com/davidbarsky/tracing-tree"
99
readme = "README.md"
1010

1111
[dependencies]
12-
tracing = "0.1"
12+
tracing = { version = "0.1", default-features = false, features = ["std"] }
1313
tracing-subscriber = { version = "0.2", default-features = false, features = ["registry", "fmt"] }
1414
termcolor = "1.1"
1515
ansi_term = "0.12"
@@ -20,6 +20,7 @@ tracing-log = { version = "0.1", optional = true }
2020
default = ["tracing-log"]
2121

2222
[dev-dependencies]
23+
tracing = { version = "0.1", default-features = false, features = ["std", "attributes"] }
2324
glob = "0.3"
2425
assert_cmd = "1"
2526
log = "0.4"

0 commit comments

Comments
 (0)