From 2c01b6118f3291c2918a60cac635f26df1780dac Mon Sep 17 00:00:00 2001 From: Alekos Filini Date: Thu, 4 Aug 2022 11:59:56 +0200 Subject: [PATCH] Bump version to 0.21.0-rc.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9c910929..32a98a9f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bdk" -version = "0.20.1-dev" +version = "0.21.0-rc.1" edition = "2018" authors = ["Alekos Filini ", "Riccardo Casatta "] homepage = "https://bitcoindevkit.org"