Skip to content

Commit 939a115

Browse files
committed
unpinning dependency tokio to 1
1 parent e548653 commit 939a115

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88

99
- added `OldestFirstCoinSelection` impl to `CoinSelectionAlgorithm`
1010
- New MSRV set to `1.56`
11+
- Unpinned tokio to `1`
1112
- Add traits to reuse `Blockchain`s across multiple wallets (`BlockchainFactory` and `StatelessBlockchain`).
1213
- Upgrade to rust-bitcoin `0.28`
1314

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ bitcoincore-rpc = { version = "0.15", optional = true }
4242

4343
# Platform-specific dependencies
4444
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
45-
tokio = { version = "~1.14", features = ["rt"] }
45+
tokio = { version = "1", features = ["rt"] }
4646

4747
[target.'cfg(target_arch = "wasm32")'.dependencies]
4848
async-trait = "0.1"

0 commit comments

Comments
 (0)