mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-08 00:00:13 +02:00
chore: remove unused slab dependency (#3318)
This commit is contained in:
+1
-2
@@ -68,7 +68,7 @@ process = [
|
|||||||
"winapi/threadpoollegacyapiset",
|
"winapi/threadpoollegacyapiset",
|
||||||
]
|
]
|
||||||
# Includes basic task execution capabilities
|
# Includes basic task execution capabilities
|
||||||
rt = ["slab"]
|
rt = []
|
||||||
rt-multi-thread = [
|
rt-multi-thread = [
|
||||||
"num_cpus",
|
"num_cpus",
|
||||||
"rt",
|
"rt",
|
||||||
@@ -98,7 +98,6 @@ memchr = { version = "2.2", optional = true }
|
|||||||
mio = { version = "0.7.6", optional = true }
|
mio = { version = "0.7.6", optional = true }
|
||||||
num_cpus = { version = "1.8.0", optional = true }
|
num_cpus = { version = "1.8.0", optional = true }
|
||||||
parking_lot = { version = "0.11.0", optional = true }
|
parking_lot = { version = "0.11.0", optional = true }
|
||||||
slab = { version = "0.4.1", optional = true }
|
|
||||||
|
|
||||||
# Currently unstable. The API exposed by these features may be broken at any time.
|
# Currently unstable. The API exposed by these features may be broken at any time.
|
||||||
# Requires `--cfg tokio_unstable` to enable.
|
# Requires `--cfg tokio_unstable` to enable.
|
||||||
|
|||||||
Reference in New Issue
Block a user