Skip to content

Commit

Permalink
Don't fix tokio minor version
Browse files Browse the repository at this point in the history
This is also what they give as an example in their docs: https://docs.rs/tokio/1.2.0/tokio/
  • Loading branch information
LLFourn authored and afilini committed Feb 16, 2021
1 parent b61427c commit 6092c6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -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"
Expand Down

0 comments on commit 6092c6e

Please sign in to comment.