From 0d29c8388d4b02ff87edbf2089265c8363f221f2 Mon Sep 17 00:00:00 2001 From: sanket1729 Date: Mon, 28 Mar 2022 10:41:12 -0700 Subject: [PATCH] rust-bitcoin 0.28.0-rc.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6807491b..0f9050d6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bitcoin" -version = "0.28.0-rc.1" +version = "0.28.0-rc.2" authors = ["Andrew Poelstra "] license = "CC0-1.0" homepage = "https://github.com/rust-bitcoin/rust-bitcoin/"