]> Untitled Git - bdk/commitdiff
Update electrum-client to 0.7
authorThomas Eizinger <thomas@eizinger.io>
Fri, 26 Feb 2021 03:09:46 +0000 (14:09 +1100)
committerThomas Eizinger <thomas@eizinger.io>
Fri, 26 Feb 2021 03:09:46 +0000 (14:09 +1100)
CHANGELOG.md
Cargo.toml

index b2528d8cc7791678b48330ccc88a9c725215875d..7f14b2cb0abf0a9510d122d36f1fd56fddea6fa4 100644 (file)
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+### Misc
+#### Changed
+- Updated `electrum-client` to version `0.7`
+
 ## [v0.4.0] - [v0.3.0]
 
 ### Keys
index 3739064d1ad63fa90343594d7c434b7c615b539c..4d5231020d6f183c4ed1c8f511b431b0098ab0e4 100644 (file)
@@ -22,7 +22,7 @@ rand = "^0.7"
 
 # Optional dependencies
 sled = { version = "0.34", optional = true }
-electrum-client = { version = "0.6", optional = true }
+electrum-client = { version = "0.7", optional = true }
 reqwest = { version = "0.11", optional = true, features = ["json"] }
 futures = { version = "0.3", optional = true }
 async-trait = { version = "0.1", optional = true }