Relax version requirement for tokio

This commit is contained in:
Remo Senekowitsch 2026-04-25 15:05:52 +02:00
parent abc8969dd0
commit db67a3d8c2
No known key found for this signature in database

View File

@ -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"