From c741df746b9dbf8e5df4802eeece796a8eaa1ebb Mon Sep 17 00:00:00 2001 From: Steve Myers Date: Tue, 27 Dec 2022 09:14:29 -0800 Subject: [PATCH] Bump version to 0.26.0-rc.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c7c1775b..bf5c1b7d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bdk" -version = "0.26.0" +version = "0.26.0-rc.1" edition = "2018" authors = ["Alekos Filini ", "Riccardo Casatta "] homepage = "https://bitcoindevkit.org"