Merge pull request #595 from valbendan/master

upgrade tokio to latest version(v0.3)
This commit is contained in:
Héctor Ramón 2020-11-25 04:24:44 +01:00 committed by GitHub
commit 87c9df294c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 72 additions and 13 deletions

View file

@ -6,7 +6,7 @@ edition = "2018"
publish = false
[dependencies]
iced = { path = "../..", features = ["image", "debug", "tokio"] }
iced = { path = "../..", features = ["image", "debug", "tokio_old"] }
serde_json = "1.0"
[dependencies.serde]