Skip to content

Commit 98e1c9d

Browse files
committed
Merge #1608: Bump bdk_wallet version to 1.0.0-beta.3
7a501c1 Bump bdk_wallet version to 1.0.0-beta.3 (Steve Myers) Pull request description: ### Description Bump bdk_wallet version to 1.0.0-beta.3 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 ACKs for top commit: ValuedMammal: ACK 7a501c1 Tree-SHA512: 75572db6c9ad4c54584c82750fbb772a66f54aa62d7bbaa2ffbad1870116e7fdeaa78136ab994840282e5b73b67d61727be6fa109fb9e4e1e414f42eee15277e
2 parents 45f7508 + 7a501c1 commit 98e1c9d

File tree

8 files changed

+11
-11
lines changed

8 files changed

+11
-11
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.0"
3+
version = "0.14.1"
44
edition = "2021"
55
rust-version = "1.63"
66
homepage = "https://bitcoindevkit.org"
@@ -22,7 +22,7 @@ bdk_core = { path = "../core", version = "0.1", default-features = false }
2222

2323
[dev-dependencies]
2424
bdk_testenv = { path = "../testenv", default-features = false }
25-
bdk_chain = { path = "../chain", version = "0.18" }
25+
bdk_chain = { path = "../chain" }
2626

2727
[features]
2828
default = ["std"]

crates/chain/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_chain"
3-
version = "0.18.0"
3+
version = "0.18.1"
44
edition = "2021"
55
rust-version = "1.63"
66
homepage = "https://bitcoindevkit.org"

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.0"
3+
version = "0.1.1"
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.0"
3+
version = "0.17.1"
44
edition = "2021"
55
homepage = "https://bitcoindevkit.org"
66
repository = "https://github.com/bitcoindevkit/bdk"
@@ -18,7 +18,7 @@ electrum-client = { version = "0.21", features = [ "proxy" ], default-features =
1818

1919
[dev-dependencies]
2020
bdk_testenv = { path = "../testenv", default-features = false }
21-
bdk_chain = { path = "../chain", version = "0.18.0" }
21+
bdk_chain = { path = "../chain" }
2222

2323
[features]
2424
default = ["use-rustls"]

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.0"
3+
version = "0.17.1"
44
edition = "2021"
55
homepage = "https://bitcoindevkit.org"
66
repository = "https://github.com/bitcoindevkit/bdk"
@@ -22,7 +22,7 @@ futures = { version = "0.3.26", optional = true }
2222
miniscript = { version = "12.0.0", optional = true, default-features = false }
2323

2424
[dev-dependencies]
25-
bdk_chain = { path = "../chain", version = "0.18.0" }
25+
bdk_chain = { path = "../chain" }
2626
bdk_testenv = { path = "../testenv", default-features = false }
2727
tokio = { version = "1", features = ["rt", "rt-multi-thread", "macros"] }
2828

crates/file_store/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_file_store"
3-
version = "0.15.0"
3+
version = "0.15.1"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
66
repository = "https://github.com/bitcoindevkit/bdk"

crates/testenv/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_testenv"
3-
version = "0.8.0"
3+
version = "0.8.1"
44
edition = "2021"
55
rust-version = "1.63"
66
homepage = "https://bitcoindevkit.org"

crates/wallet/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.2"
4+
version = "1.0.0-beta.3"
55
repository = "https://github.com/bitcoindevkit/bdk"
66
documentation = "https://docs.rs/bdk"
77
description = "A modern, lightweight, descriptor-based wallet library"

0 commit comments

Comments
 (0)