upgrade tokio to latest version(v0.3)
This commit is contained in:
parent
e6131783e9
commit
eacb2e913f
4 changed files with 7 additions and 5 deletions
|
|
@ -7,6 +7,6 @@ publish = false
|
|||
|
||||
[dependencies]
|
||||
iced = { path = "../..", features = ["canvas", "tokio", "debug"] }
|
||||
tokio = { version = "0.2", features = ["blocking"] }
|
||||
tokio = { version = "0.3", features = ["sync"] }
|
||||
itertools = "0.9"
|
||||
rustc-hash = "1.1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue