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
|
|
@ -20,9 +20,9 @@ log = "0.4"
|
|||
version = "0.3"
|
||||
|
||||
[target.'cfg(not(target_arch = "wasm32"))'.dependencies.tokio]
|
||||
version = "0.2"
|
||||
version = "0.3"
|
||||
optional = true
|
||||
features = ["rt-core", "rt-threaded", "time", "stream"]
|
||||
features = ["rt-multi-thread", "time", "stream"]
|
||||
|
||||
[target.'cfg(not(target_arch = "wasm32"))'.dependencies.async-std]
|
||||
version = "1.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue