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
|
||||
|
||||
[dependencies]
|
||||
tokio = { version = "1", features = ["fs", "macros", "rt", "rt-multi-thread"] }
|
||||
tokio = { version = "1", features = ["fs", "macros", "rt-multi-thread"] }
|
||||
|
||||
[profile.release]
|
||||
panic = "abort"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user