Skip to content

Commit 7f004da

Browse files
Import tracing without the attributes feature (#623)
tracing-attributes depends on syn and proc-macro2, which are slow to compile
1 parent 373a010 commit 7f004da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tower/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ slab = { version = "0.4", optional = true }
7575
tokio = { version = "1", optional = true, features = ["sync"] }
7676
tokio-stream = { version = "0.1.0", optional = true }
7777
tokio-util = { version = "0.6.3", default-features = false, optional = true }
78-
tracing = { version = "0.1.2", optional = true }
78+
tracing = { version = "0.1.2", default-features = false, features = ["std"], optional = true }
7979
pin-project-lite = "0.2.7"
8080

8181
[dev-dependencies]

0 commit comments

Comments
 (0)