chore(napi): upgrade tokio

This commit is contained in:
LongYinan 2021-02-07 00:08:38 +08:00
parent cc56285656
commit c39b364319
No known key found for this signature in database
GPG key ID: C3666B7FC82ADAD7
2 changed files with 2 additions and 2 deletions

View file

@ -39,7 +39,7 @@ version = "0.3"
[dependencies.tokio]
features = ["rt", "rt-multi-thread", "sync"]
optional = true
version = "1.1"
version = "1"
[dependencies.once_cell]
optional = true

View file

@ -19,7 +19,7 @@ serde = "1"
serde_bytes = "0.11"
serde_derive = "1"
serde_json = "1"
tokio = {version = "1.1", features = ["default", "fs"]}
tokio = {version = "1", features = ["default", "fs"]}
[build-dependencies]
napi-build = {path = "../build"}