mirror of
https://github.com/veeso/termscp.git
synced 2026-06-06 02:25:44 +02:00
fix: tokio rt builder
This commit is contained in:
@@ -76,7 +76,7 @@ simplelog = "^0.12"
|
||||
ssh2-config = "^0.2"
|
||||
tempfile = "^3.4"
|
||||
thiserror = "^1"
|
||||
tokio = { version = "1", features = ["rt"] }
|
||||
tokio = { version = "=1.38.1", features = ["rt"] }
|
||||
toml = "^0.8"
|
||||
tui-realm-stdlib = "^1.3.1"
|
||||
tuirealm = "^1.9.1"
|
||||
|
||||
Reference in New Issue
Block a user