From a73771eebfb7c8139aca11b1e483901f8e893a92 Mon Sep 17 00:00:00 2001 From: Steve Myers Date: Sun, 30 Oct 2022 12:22:03 -0500 Subject: [PATCH] Bump version to 0.24.0-rc.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1bb9b983..d8c57ad3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bdk" -version = "0.24.0" +version = "0.24.0-rc.1" edition = "2018" authors = ["Alekos Filini ", "Riccardo Casatta "] homepage = "https://bitcoindevkit.org"