Pin tokio version to ~1.14

This commit is contained in:
Steve Myers
2022-02-17 11:37:39 -08:00
parent a83aa0461c
commit 5698c683c6
2 changed files with 3 additions and 1 deletions

View File

@@ -42,7 +42,7 @@ bitcoincore-rpc = { version = "0.14", optional = true }
# Platform-specific dependencies
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
tokio = { version = "1", features = ["rt"] }
tokio = { version = "~1.14", features = ["rt"] }
[target.'cfg(target_arch = "wasm32")'.dependencies]
async-trait = "0.1"