From: Lloyd Fournier Date: Tue, 16 Feb 2021 05:31:55 +0000 (+1100) Subject: Don't fix tokio minor version X-Git-Tag: v0.5.0~18 X-Git-Url: http://internal-gitweb-vhost/script/%22https:/%22example_cli/enum.Commands.html/struct.CommandStringError.html?a=commitdiff_plain;h=7fe5a30424dd970aab4e62c5daecd54f81ab28c7;p=bdk Don't fix tokio minor version This is also what they give as an example in their docs: https://docs.rs/tokio/1.2.0/tokio/ --- diff --git a/Cargo.toml b/Cargo.toml index 5abcc0f0..798aa871 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ tiny-bip39 = { version = "^0.8", optional = true } # Platform-specific dependencies [target.'cfg(not(target_arch = "wasm32"))'.dependencies] -tokio = { version = "1.0", features = ["rt"] } +tokio = { version = "1", features = ["rt"] } [target.'cfg(target_arch = "wasm32")'.dependencies] async-trait = "0.1"