Remove support for old tokio crate
This commit is contained in:
parent
1a31aefab4
commit
67f878b890
9 changed files with 15 additions and 80 deletions
|
|
@ -6,7 +6,7 @@ edition = "2018"
|
|||
publish = false
|
||||
|
||||
[dependencies]
|
||||
iced = { path = "../..", features = ["image", "debug", "tokio_old"] }
|
||||
iced = { path = "../..", features = ["image", "debug", "tokio"] }
|
||||
serde_json = "1.0"
|
||||
|
||||
[dependencies.serde]
|
||||
|
|
@ -14,7 +14,7 @@ version = "1.0"
|
|||
features = ["derive"]
|
||||
|
||||
[dependencies.reqwest]
|
||||
version = "0.10.2"
|
||||
version = "0.11"
|
||||
features = ["json"]
|
||||
|
||||
[dependencies.rand]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue