Skip to content

Commit 7b97c95

Browse files
notmandatoryevanlinjin
authored andcommitted
Bump bdk version to 1.0.0-alpha.8
bdk_bitcoind_rpc to 0.7.0 bdk_electrum to 0.10.0 bdk_esplora to 0.10.0 bdk_file_store to 0.8.0 bdk_hwi to 0.2.0
1 parent e5aa4fe commit 7b97c95

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

crates/bdk/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"
33
homepage = "https://bitcoindevkit.org"
4-
version = "1.0.0-alpha.7"
4+
version = "1.0.0-alpha.8"
55
repository = "https://github.com/bitcoindevkit/bdk"
66
documentation = "https://docs.rs/bdk"
77
description = "A modern, lightweight, descriptor-based wallet library"

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.6.0"
3+
version = "0.7.0"
44
edition = "2021"
55
rust-version = "1.63"
66
homepage = "https://bitcoindevkit.org"
@@ -19,7 +19,7 @@ bitcoincore-rpc = { version = "0.17" }
1919
bdk_chain = { path = "../chain", version = "0.11", default-features = false }
2020

2121
[dev-dependencies]
22-
bdk_testenv = { path = "../testenv", default_features = false }
22+
bdk_testenv = { path = "../testenv", version = "0.1.0", default_features = false }
2323
anyhow = { version = "1" }
2424

2525
[features]

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.9.0"
3+
version = "0.10.0"
44
edition = "2021"
55
homepage = "https://bitcoindevkit.org"
66
repository = "https://github.com/bitcoindevkit/bdk"
@@ -17,6 +17,6 @@ electrum-client = { version = "0.18" }
1717
#rustls = { version = "=0.21.1", optional = true, features = ["dangerous_configuration"] }
1818

1919
[dev-dependencies]
20-
bdk_testenv = { path = "../testenv", default-features = false }
20+
bdk_testenv = { path = "../testenv", version = "0.1.0", default-features = false }
2121
electrsd = { version= "0.25.0", features = ["bitcoind_25_0", "esplora_a33e97e1", "legacy"] }
2222
anyhow = "1"

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

2424
[dev-dependencies]
25-
bdk_testenv = { path = "../testenv", default_features = false }
25+
bdk_testenv = { path = "../testenv", version = "0.1.0", default_features = false }
2626
electrsd = { version= "0.25.0", features = ["bitcoind_25_0", "esplora_a33e97e1", "legacy"] }
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.7.0"
3+
version = "0.8.0"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
66
repository = "https://github.com/bitcoindevkit/bdk"

crates/hwi/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_hwi"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
edition = "2021"
55
homepage = "https://bitcoindevkit.org"
66
repository = "https://github.com/bitcoindevkit/bdk"

0 commit comments

Comments
 (0)