mirror of
https://github.com/rust-lang/rustlings.git
synced 2026-08-14 14:26:56 +00:00
omit tokio feature "rt", "rt-multi-thread" activates it
This commit is contained in:
parent
09aabdea65
commit
1c106e5f1e
@ -199,7 +199,7 @@ edition = "2024"
|
|||||||
publish = false
|
publish = false
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
tokio = { version = "1", features = ["fs", "macros", "rt", "rt-multi-thread"] }
|
tokio = { version = "1", features = ["fs", "macros", "rt-multi-thread"] }
|
||||||
|
|
||||||
[profile.release]
|
[profile.release]
|
||||||
panic = "abort"
|
panic = "abort"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user