Skip to content

Commit b04bb59

Browse files
committed
Pin tokio version to ~1.14
1 parent 0efbece commit b04bb59

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
- Pin tokio dependency version to ~1.14 to prevent errors due to their new MSRV 1.49.0
10+
911
## [v0.16.0] - [v0.15.0]
1012

1113
- Disable `reqwest` default features.

Cargo.toml

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

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

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

0 commit comments

Comments
 (0)