Update tokio to 1.0

This commit is contained in:
Yusuf Bera Ertan 2021-01-04 22:58:39 +03:00 committed by Héctor Ramón Jiménez
parent 2665860b4d
commit 50452e62b4
3 changed files with 19 additions and 6 deletions

View file

@ -7,6 +7,6 @@ publish = false
[dependencies]
iced = { path = "../..", features = ["canvas", "tokio", "debug"] }
tokio = { version = "0.3", features = ["sync"] }
tokio = { version = "1.0", features = ["sync"] }
itertools = "0.9"
rustc-hash = "1.1"