Skip to content

Commit

Permalink
chore: remove unused slab dependency (#3318)
Browse files Browse the repository at this point in the history
  • Loading branch information
carllerche authored Dec 23, 2020
1 parent a8dda19 commit 0deaeb8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tokio/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ process = [
"winapi/threadpoollegacyapiset",
]
# Includes basic task execution capabilities
rt = ["slab"]
rt = []
rt-multi-thread = [
"num_cpus",
"rt",
Expand Down Expand Up @@ -98,7 +98,6 @@ memchr = { version = "2.2", optional = true }
mio = { version = "0.7.6", optional = true }
num_cpus = { version = "1.8.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.
# Requires `--cfg tokio_unstable` to enable.
Expand Down

0 comments on commit 0deaeb8

Please sign in to comment.