Fix tokio dependency for -Zminimal-versions

This commit is contained in:
Kevin Mehall 2026-01-24 18:06:15 -07:00
parent ac1988f573
commit 57aaa81d29

View file

@ -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"] }