Fix tokio dependency for -Zminimal-versions
This commit is contained in:
parent
ac1988f573
commit
57aaa81d29
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ slab = "0.4.9"
|
|||
[dev-dependencies]
|
||||
env_logger = "0.11"
|
||||
futures-lite = "2.0"
|
||||
tokio = { version = "1", features = ["rt", "macros", "io-util", "rt-multi-thread"] }
|
||||
tokio = { version = "1.11", features = ["rt", "macros", "io-util", "rt-multi-thread"] }
|
||||
|
||||
[target.'cfg(any(target_os="linux", target_os="android"))'.dependencies]
|
||||
rustix = { version = "1.0.1", features = ["fs", "event", "net", "time", "mm"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue