Downgrade tokio because some crates aren't ready
Problematic crates include - actix-codec > ... > actix-web - actix-rt > ... > actix-web - async-minecraft-ping - dbus-tokio - h2 > ... > actix-web - trust-dns-proto > ... > actix-web - trust-dns-resolver > ... > actix-web
This commit is contained in:
@@ -9,7 +9,7 @@ edition = "2018"
|
||||
[dependencies]
|
||||
clap = { version = "2.33", features = ["wrap_help", "color"] }
|
||||
toml = "0.5"
|
||||
tokio = { version = "0.3", features = ["full"] }
|
||||
tokio = { version = "0.2", features = ["full"] }
|
||||
async-minecraft-ping = "0.2"
|
||||
dbus = { version = "0.9", features = ["futures"] }
|
||||
dbus-tokio = "0.6"
|
||||
|
Reference in New Issue
Block a user