[package]
name = "bdk_bitcoind_rpc"
-version = "0.14.0"
+version = "0.14.1"
edition = "2021"
rust-version = "1.63"
homepage = "https://bitcoindevkit.org"
[dev-dependencies]
bdk_testenv = { path = "../testenv", default-features = false }
-bdk_chain = { path = "../chain", version = "0.18" }
+bdk_chain = { path = "../chain" }
[features]
default = ["std"]
[package]
name = "bdk_chain"
-version = "0.18.0"
+version = "0.18.1"
edition = "2021"
rust-version = "1.63"
homepage = "https://bitcoindevkit.org"
[package]
name = "bdk_core"
-version = "0.1.0"
+version = "0.1.1"
edition = "2021"
rust-version = "1.63"
homepage = "https://bitcoindevkit.org"
[package]
name = "bdk_electrum"
-version = "0.17.0"
+version = "0.17.1"
edition = "2021"
homepage = "https://bitcoindevkit.org"
repository = "https://github.com/bitcoindevkit/bdk"
[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"]
[package]
name = "bdk_esplora"
-version = "0.17.0"
+version = "0.17.1"
edition = "2021"
homepage = "https://bitcoindevkit.org"
repository = "https://github.com/bitcoindevkit/bdk"
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"] }
[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"
[package]
name = "bdk_testenv"
-version = "0.8.0"
+version = "0.8.1"
edition = "2021"
rust-version = "1.63"
homepage = "https://bitcoindevkit.org"
[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"