mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-08 00:00:13 +02:00
tracing: don't require default tracing features (#4592)
This commit is contained in:
@@ -43,7 +43,7 @@ futures-io = { version = "0.3.0", optional = true }
|
|||||||
futures-util = { version = "0.3.0", optional = true }
|
futures-util = { version = "0.3.0", optional = true }
|
||||||
pin-project-lite = "0.2.0"
|
pin-project-lite = "0.2.0"
|
||||||
slab = { version = "0.4.4", optional = true } # Backs `DelayQueue`
|
slab = { version = "0.4.4", optional = true } # Backs `DelayQueue`
|
||||||
tracing = { version = "0.1.25", optional = true }
|
tracing = { version = "0.1.25", default-features = false, features = ["std"], optional = true }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
tokio = { version = "1.0.0", path = "../tokio", features = ["full"] }
|
tokio = { version = "1.0.0", path = "../tokio", features = ["full"] }
|
||||||
|
|||||||
Reference in New Issue
Block a user