From: Steve Myers Date: Wed, 20 Apr 2022 15:16:53 +0000 (-0700) Subject: Bump 'miniscript' dependency version to '^6.1' X-Git-Tag: v0.18.0~2 X-Git-Url: http://internal-gitweb-vhost/script/%22https:/enum.FileStoreError.html?a=commitdiff_plain;h=122e6e71405f65ecb3c75adaff1e35ab5ef3a06e;p=bdk Bump 'miniscript' dependency version to '^6.1' --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f2091c6..78fa1657 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add `keychain: KeychainKind` to `wallet::AddressInfo`. - Improve key generation traits - Rename `WalletExport` to `FullyNodedExport`, deprecate the former. +- Bump `miniscript` dependency version to `^6.1`. ## [v0.17.0] - [v0.16.1] diff --git a/Cargo.toml b/Cargo.toml index 6f859473..b4ebba2e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ license = "MIT OR Apache-2.0" [dependencies] bdk-macros = "^0.6" log = "^0.4" -miniscript = { version = "^6.0", features = ["use-serde"] } +miniscript = { version = "^6.1", features = ["use-serde"] } bitcoin = { version = "^0.27", features = ["use-serde", "base64"] } serde = { version = "^1.0", features = ["derive"] } serde_json = { version = "^1.0" }