Skip to content

Commit

Permalink
Import tracing without the attributes feature (#623)
Browse files Browse the repository at this point in the history
tracing-attributes depends on syn and proc-macro2, which are slow to compile
  • Loading branch information
paolobarbolini authored Dec 29, 2021
1 parent 373a010 commit 7f004da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tower/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ slab = { version = "0.4", optional = true }
tokio = { version = "1", optional = true, features = ["sync"] }
tokio-stream = { version = "0.1.0", optional = true }
tokio-util = { version = "0.6.3", default-features = false, optional = true }
tracing = { version = "0.1.2", optional = true }
tracing = { version = "0.1.2", default-features = false, features = ["std"], optional = true }
pin-project-lite = "0.2.7"

[dev-dependencies]
Expand Down

0 comments on commit 7f004da

Please sign in to comment.