mirror of
https://github.com/rust-lang/rustlings.git
synced 2026-05-18 03:08:45 +00:00
Relax version requirement for tokio
This commit is contained in:
parent
8afffeb828
commit
8d5a157e8d
@ -199,7 +199,7 @@ edition = "2024"
|
||||
publish = false
|
||||
|
||||
[dependencies]
|
||||
tokio = { version = "1.52.1", features = ["rt"] }
|
||||
tokio = { version = "1", features = ["rt"] }
|
||||
|
||||
[profile.release]
|
||||
panic = "abort"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user