Skip to content

Commit 0ef8d87

Browse files
author
Bryan Donlan
committed
Remove slab dependency from time feature
1 parent acc3b14 commit 0ef8d87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tokio/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ stream = ["futures-core"]
8383
sync = ["fnv"]
8484
test-util = []
8585
tcp = ["lazy_static", "mio"]
86-
time = ["slab"]
86+
time = []
8787
udp = ["lazy_static", "mio"]
8888
uds = ["lazy_static", "libc", "mio", "mio-uds"]
8989

@@ -101,7 +101,7 @@ memchr = { version = "2.2", optional = true }
101101
mio = { version = "0.6.20", optional = true }
102102
num_cpus = { version = "1.8.0", optional = true }
103103
parking_lot = { version = "0.11.0", optional = true } # Not in full
104-
slab = { version = "0.4.1", optional = true } # Backs `DelayQueue`
104+
slab = { version = "0.4.1", optional = true }
105105
tracing = { version = "0.1.16", default-features = false, features = ["std"], optional = true } # Not in full
106106

107107
[target.'cfg(unix)'.dependencies]

0 commit comments

Comments
 (0)