mirror of
https://github.com/Drop-OSS/dropbreak.git
synced 2026-02-04 06:51:19 +01:00
fix: tokio dep issue
This commit is contained in:
@@ -24,7 +24,7 @@ tempfile = "3"
|
||||
thiserror = "1.0.20"
|
||||
|
||||
[dependencies.tokio]
|
||||
version = "1.46.1"
|
||||
version = "^1.40"
|
||||
features = ["sync", "rt", "macros", "fs", "io-util"]
|
||||
|
||||
[dependencies.ron]
|
||||
|
||||
Reference in New Issue
Block a user