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