Skip to content

Commit 88423f3

Browse files
committed
Merge #1610: Bump bdk_wallet version to 1.0.0-beta.4
b34b777 Bump bdk_wallet version to 1.0.0-beta.4 (Steve Myers) Pull request description: Bump bdk_wallet version to 1.0.0-beta.4 bdk_core to 0.2.0 bdk_chain to 0.19.0 bdk_bitcoind_rpc to 0.15.0 bdk_electrum to 0.18.0 bdk_esplora to 0.18.0 bdk_file_store to 0.16.0 bdk_testenv to 0.9.0 ACKs for top commit: ValuedMammal: ACK b34b777 Tree-SHA512: 0dd33aca0a35adff263225678767500b0890caff1326085aa09333692e3e70095cac42b6686f1db9abc63e769326d7d4fc418d861c48ec184c877be00715b0ea
2 parents 98e1c9d + b34b777 commit 88423f3

File tree

8 files changed

+16
-16
lines changed

8 files changed

+16
-16
lines changed

crates/bitcoind_rpc/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bdk_bitcoind_rpc"
3-
version = "0.14.1"
3+
version = "0.15.0"
44
edition = "2021"
55
rust-version = "1.63"
66
homepage = "https://bitcoindevkit.org"
@@ -18,7 +18,7 @@ workspace = true
1818
[dependencies]
1919
bitcoin = { version = "0.32.0", default-features = false }
2020
bitcoincore-rpc = { version = "0.19.0" }
21-
bdk_core = { path = "../core", version = "0.1", default-features = false }
21+
bdk_core = { path = "../core", version = "0.2.0", default-features = false }
2222

2323
[dev-dependencies]
2424
bdk_testenv = { path = "../testenv", default-features = false }

crates/chain/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bdk_chain"
3-
version = "0.18.1"
3+
version = "0.19.0"
44
edition = "2021"
55
rust-version = "1.63"
66
homepage = "https://bitcoindevkit.org"
@@ -17,7 +17,7 @@ workspace = true
1717

1818
[dependencies]
1919
bitcoin = { version = "0.32.0", default-features = false }
20-
bdk_core = { path = "../core", version = "0.1", default-features = false }
20+
bdk_core = { path = "../core", version = "0.2.0", default-features = false }
2121
serde = { version = "1", optional = true, features = ["derive", "rc"] }
2222
miniscript = { version = "12.0.0", optional = true, default-features = false }
2323

crates/core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bdk_core"
3-
version = "0.1.1"
3+
version = "0.2.0"
44
edition = "2021"
55
rust-version = "1.63"
66
homepage = "https://bitcoindevkit.org"

crates/electrum/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bdk_electrum"
3-
version = "0.17.1"
3+
version = "0.18.0"
44
edition = "2021"
55
homepage = "https://bitcoindevkit.org"
66
repository = "https://github.com/bitcoindevkit/bdk"
@@ -13,7 +13,7 @@ readme = "README.md"
1313
workspace = true
1414

1515
[dependencies]
16-
bdk_core = { path = "../core", version = "0.1" }
16+
bdk_core = { path = "../core", version = "0.2.0" }
1717
electrum-client = { version = "0.21", features = [ "proxy" ], default-features = false }
1818

1919
[dev-dependencies]

crates/esplora/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bdk_esplora"
3-
version = "0.17.1"
3+
version = "0.18.0"
44
edition = "2021"
55
homepage = "https://bitcoindevkit.org"
66
repository = "https://github.com/bitcoindevkit/bdk"
@@ -15,7 +15,7 @@ readme = "README.md"
1515
workspace = true
1616

1717
[dependencies]
18-
bdk_core = { path = "../core", version = "0.1", default-features = false }
18+
bdk_core = { path = "../core", version = "0.2.0", default-features = false }
1919
esplora-client = { version = "0.9.0", default-features = false }
2020
async-trait = { version = "0.1.66", optional = true }
2121
futures = { version = "0.3.26", optional = true }

crates/file_store/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bdk_file_store"
3-
version = "0.15.1"
3+
version = "0.16.0"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
66
repository = "https://github.com/bitcoindevkit/bdk"
@@ -14,7 +14,7 @@ readme = "README.md"
1414
workspace = true
1515

1616
[dependencies]
17-
bdk_chain = { path = "../chain", version = "0.18.0", features = [ "serde", "miniscript" ] }
17+
bdk_chain = { path = "../chain", version = "0.19.0", features = [ "serde", "miniscript" ] }
1818
bincode = { version = "1" }
1919
serde = { version = "1", features = ["derive"] }
2020

crates/testenv/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bdk_testenv"
3-
version = "0.8.1"
3+
version = "0.9.0"
44
edition = "2021"
55
rust-version = "1.63"
66
homepage = "https://bitcoindevkit.org"
@@ -16,7 +16,7 @@ readme = "README.md"
1616
workspace = true
1717

1818
[dependencies]
19-
bdk_chain = { path = "../chain", version = "0.18", default-features = false }
19+
bdk_chain = { path = "../chain", version = "0.19.0", default-features = false }
2020
electrsd = { version = "0.28.0", features = [ "bitcoind_25_0", "esplora_a33e97e1", "legacy" ] }
2121

2222
[features]

crates/wallet/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "bdk_wallet"
33
homepage = "https://bitcoindevkit.org"
4-
version = "1.0.0-beta.3"
4+
version = "1.0.0-beta.4"
55
repository = "https://github.com/bitcoindevkit/bdk"
66
documentation = "https://docs.rs/bdk"
77
description = "A modern, lightweight, descriptor-based wallet library"
@@ -21,8 +21,8 @@ miniscript = { version = "12.0.0", features = [ "serde" ], default-features = fa
2121
bitcoin = { version = "0.32.0", features = [ "serde", "base64" ], default-features = false }
2222
serde = { version = "^1.0", features = ["derive"] }
2323
serde_json = { version = "^1.0" }
24-
bdk_chain = { path = "../chain", version = "0.18.0", features = [ "miniscript", "serde" ], default-features = false }
25-
bdk_file_store = { path = "../file_store", version = "0.15.0", optional = true }
24+
bdk_chain = { path = "../chain", version = "0.19.0", features = [ "miniscript", "serde" ], default-features = false }
25+
bdk_file_store = { path = "../file_store", version = "0.16.0", optional = true }
2626

2727
# Optional dependencies
2828
bip39 = { version = "2.0", optional = true }

0 commit comments

Comments
 (0)