mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-08 00:00:13 +02:00
Merge 'tokio-1.25.1' into 'tokio-1.28.x' (#5735)
This commit is contained in:
+1
-1
@@ -103,7 +103,7 @@ pin-project-lite = "0.2.0"
|
||||
|
||||
# Everything else is optional...
|
||||
bytes = { version = "1.0.0", optional = true }
|
||||
mio = { version = "0.8.4", optional = true }
|
||||
mio = { version = "0.8.4", optional = true, default-features = false }
|
||||
num_cpus = { version = "1.8.0", optional = true }
|
||||
parking_lot = { version = "0.12.0", optional = true }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user