From: Steve Myers Date: Tue, 9 Jan 2024 21:05:55 +0000 (-0600) Subject: Bump bdk_esplora and bdk_file_store versions for 1.0.0-alpha.3 release X-Git-Tag: v1.0.0-alpha.4~7^2 X-Git-Url: http://internal-gitweb-vhost/script/%22https:/struct.CommandStringError.html?a=commitdiff_plain;h=8f6dad76efaa4af0ebb990ed83632f230fd10d94;p=bdk Bump bdk_esplora and bdk_file_store versions for 1.0.0-alpha.3 release These crates need to have their versions bumped because the version of bdk_chain was bumped to 0.7.0 with the 1.0.0-alpha.3 release. bdk_esplora to 0.5.0 bdk_file_store to 0.3.0 --- diff --git a/crates/esplora/Cargo.toml b/crates/esplora/Cargo.toml index 4e53f0fe..a76c7434 100644 --- a/crates/esplora/Cargo.toml +++ b/crates/esplora/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bdk_esplora" -version = "0.4.0" +version = "0.5.0" edition = "2021" homepage = "https://bitcoindevkit.org" repository = "https://github.com/bitcoindevkit/bdk" diff --git a/crates/file_store/Cargo.toml b/crates/file_store/Cargo.toml index 38c025ff..715599fe 100644 --- a/crates/file_store/Cargo.toml +++ b/crates/file_store/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bdk_file_store" -version = "0.2.0" +version = "0.3.0" edition = "2021" license = "MIT OR Apache-2.0" repository = "https://github.com/bitcoindevkit/bdk"