mirror of
https://github.com/rust-lang/rustlings.git
synced 2026-05-15 17:58:44 +00:00
Relax version requirement for tokio
This commit is contained in:
parent
abc8969dd0
commit
db67a3d8c2
@ -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