From 019212e930cff950c97cda9c6736ec8b79b9fcf9 Mon Sep 17 00:00:00 2001 From: Jean-Pierre De Jesus DIAZ Date: Wed, 20 Nov 2024 17:36:17 +0100 Subject: [PATCH] SFT-4438: Bump stratum-v1 to 0.2.0. --- stratum-v1/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stratum-v1/Cargo.toml b/stratum-v1/Cargo.toml index e53d1c0..0f4d208 100644 --- a/stratum-v1/Cargo.toml +++ b/stratum-v1/Cargo.toml @@ -10,7 +10,7 @@ edition = "2021" homepage.workspace = true license = "GPL-3.0-or-later AND GPL-3.0-only" name = "stratum-v1" -version = "0.1.0" +version = "0.2.0" [dependencies] bitcoin_hashes = { workspace = true }