From 7e8e9921a961367ae85d7df29e1cc5eb36fdd210 Mon Sep 17 00:00:00 2001 From: Steve Myers Date: Mon, 2 Jan 2023 20:26:40 -0600 Subject: [PATCH] Bump version to 0.26.0-rc.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bb28ccf7..05db7327 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bdk" -version = "0.26.0-rc.1" +version = "0.26.0-rc.2" edition = "2018" authors = ["Alekos Filini ", "Riccardo Casatta "] homepage = "https://bitcoindevkit.org"