]> Untitled Git - bdk/commitdiff
Bump bdk_esplora and bdk_file_store versions for 1.0.0-alpha.3 release
authorSteve Myers <steve@notmandatory.org>
Tue, 9 Jan 2024 21:05:55 +0000 (15:05 -0600)
committerSteve Myers <steve@notmandatory.org>
Tue, 9 Jan 2024 21:06:08 +0000 (15:06 -0600)
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

crates/esplora/Cargo.toml
crates/file_store/Cargo.toml

index 4e53f0fe5cfd4c96ccd3b374dc74571642e8df8c..a76c743413adc095f5097dad372fce01a121ff65 100644 (file)
@@ -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"
index 38c025ff4f55427025a03695b47cc39f1b19ab21..715599fefbe6e7bd362682a3ed9868c334e0436a 100644 (file)
@@ -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"