Update tokio to 1.0
This commit is contained in:
parent
2665860b4d
commit
50452e62b4
3 changed files with 19 additions and 6 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue