]> Untitled Git - bdk/commitdiff
Bump bdk_wallet version to 1.0.0-beta.3
authorSteve Myers <steve@notmandatory.org>
Fri, 13 Sep 2024 14:47:45 +0000 (09:47 -0500)
committerSteve Myers <steve@notmandatory.org>
Fri, 13 Sep 2024 15:52:20 +0000 (10:52 -0500)
bdk_core to 0.1.1
bdk_chain to 0.18.1
bdk_bitcoind_rpc to 0.14.1
bdk_electrum to 0.17.1
bdk_esplora to 0.17.1
bdk_file_store to 0.15.1
bdk_testenv to 0.8.1

crates/bitcoind_rpc/Cargo.toml
crates/chain/Cargo.toml
crates/core/Cargo.toml
crates/electrum/Cargo.toml
crates/esplora/Cargo.toml
crates/file_store/Cargo.toml
crates/testenv/Cargo.toml
crates/wallet/Cargo.toml

index 791f6b177acb743d93202c73448c690f13532ebc..6bc803b848595a39f6a37df7bf6f8bcf7079db4b 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "bdk_bitcoind_rpc"
-version = "0.14.0"
+version = "0.14.1"
 edition = "2021"
 rust-version = "1.63"
 homepage = "https://bitcoindevkit.org"
@@ -22,7 +22,7 @@ bdk_core = { path = "../core", version = "0.1", default-features = false }
 
 [dev-dependencies]
 bdk_testenv = { path = "../testenv", default-features = false }
-bdk_chain = { path = "../chain", version = "0.18" }
+bdk_chain = { path = "../chain" }
 
 [features]
 default = ["std"]
index 2cc2b44b2c01f36d4f53628e9b6ea6430c72631a..edbc94561c3c9b507b2dfd467094f0e86420c8b4 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "bdk_chain"
-version = "0.18.0"
+version = "0.18.1"
 edition = "2021"
 rust-version = "1.63"
 homepage = "https://bitcoindevkit.org"
index 5e27f768ef48ad2a2f1bae56cff5ff0c0d8de889..3987c16d0f71c9e988a8e981ccdcf28de8ceddee 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "bdk_core"
-version = "0.1.0"
+version = "0.1.1"
 edition = "2021"
 rust-version = "1.63"
 homepage = "https://bitcoindevkit.org"
index f65911f8972c65566df0c4406e9215f0b1d26056..12b951fdf10303977a9b96d0596df1448f95c62f 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "bdk_electrum"
-version = "0.17.0"
+version = "0.17.1"
 edition = "2021"
 homepage = "https://bitcoindevkit.org"
 repository = "https://github.com/bitcoindevkit/bdk"
@@ -18,7 +18,7 @@ electrum-client = { version = "0.21", features = [ "proxy" ], default-features =
 
 [dev-dependencies]
 bdk_testenv = { path = "../testenv", default-features = false }
-bdk_chain = { path = "../chain", version = "0.18.0" }
+bdk_chain = { path = "../chain" }
 
 [features]
 default = ["use-rustls"]
index 911c7a6e9138ae354c91ae058c54f16cd89db454..9223ffd3759673b9e011cb616b63bb91295baa6f 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "bdk_esplora"
-version = "0.17.0"
+version = "0.17.1"
 edition = "2021"
 homepage = "https://bitcoindevkit.org"
 repository = "https://github.com/bitcoindevkit/bdk"
@@ -22,7 +22,7 @@ futures = { version = "0.3.26", optional = true }
 miniscript = { version = "12.0.0", optional = true, default-features = false }
 
 [dev-dependencies]
-bdk_chain = { path = "../chain", version = "0.18.0" }
+bdk_chain = { path = "../chain" }
 bdk_testenv = { path = "../testenv", default-features = false }
 tokio = { version = "1", features = ["rt", "rt-multi-thread", "macros"] }
 
index 29af6b70f292d1327507d007469ed9998ea487f9..e191b94998a1673117fc94ee2b9fd9857ec5784e 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "bdk_file_store"
-version = "0.15.0"
+version = "0.15.1"
 edition = "2021"
 license = "MIT OR Apache-2.0"
 repository = "https://github.com/bitcoindevkit/bdk"
index c6cef80a24c4c42af3add775601522f4d73884f5..3301c4d377c839e5ad608841967f872fa3c9f07d 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "bdk_testenv"
-version = "0.8.0"
+version = "0.8.1"
 edition = "2021"
 rust-version = "1.63"
 homepage = "https://bitcoindevkit.org"
index 7e4a16d0fa8e259d97538fb503a6a054a48eaabf..52d1a0af926bab06315b4e28f0683bc6bc848335 100644 (file)
@@ -1,7 +1,7 @@
 [package]
 name = "bdk_wallet"
 homepage = "https://bitcoindevkit.org"
-version = "1.0.0-beta.2"
+version = "1.0.0-beta.3"
 repository = "https://github.com/bitcoindevkit/bdk"
 documentation = "https://docs.rs/bdk"
 description = "A modern, lightweight, descriptor-based wallet library"