mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-16 00:00:12 +02:00
tokio: remove unused dependency (#3063)
Signed-off-by: Tom Kaitchuck <[email protected]>
This commit is contained in:
+1
-2
@@ -84,7 +84,7 @@ signal = [
|
||||
"winapi/consoleapi",
|
||||
]
|
||||
stream = ["futures-core"]
|
||||
sync = ["fnv"]
|
||||
sync = []
|
||||
test-util = []
|
||||
time = []
|
||||
|
||||
@@ -95,7 +95,6 @@ pin-project-lite = "0.1.1"
|
||||
|
||||
# Everything else is optional...
|
||||
bytes = { version = "0.6.0", optional = true }
|
||||
fnv = { version = "1.0.6", optional = true }
|
||||
futures-core = { version = "0.3.0", optional = true }
|
||||
lazy_static = { version = "1.0.2", optional = true }
|
||||
memchr = { version = "2.2", optional = true }
|
||||
|
||||
Reference in New Issue
Block a user