]> Untitled Git - bdk/commitdiff
Pin tokio version to ~1.14
authorSteve Myers <steve@notmandatory.org>
Thu, 17 Feb 2022 19:37:39 +0000 (11:37 -0800)
committerSteve Myers <steve@notmandatory.org>
Thu, 17 Feb 2022 19:47:28 +0000 (11:47 -0800)
CHANGELOG.md
Cargo.toml

index 6f7dece9b674b386155490c53de59c8d2731de46..319c83cca267233aa076140579be45d800fbca15 100644 (file)
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+- Pin tokio dependency version to ~1.14 to prevent errors due to their new MSRV 1.49.0
+
 ## [v0.16.0] - [v0.15.0]
 
 - Disable `reqwest` default features.
index b79becebf1a387ede6a00d6769f3831b73f703b2..d8a5ab46e367d7b33005537375ad8e7502069e2f 100644 (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"