From 9c1facf4a7a1ef7c609493ace3ee4c09a76cad36 Mon Sep 17 00:00:00 2001 From: plebhash Date: Mon, 16 Dec 2024 18:53:00 +0700 Subject: [PATCH] bump framing_sv2 major to 3.0.0.. since v37, cargo semver-checks enforces that removal of features are breaking changes therefore we need to update framing_v2 as a follow up to #1230 --- protocols/v2/framing-sv2/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocols/v2/framing-sv2/Cargo.toml b/protocols/v2/framing-sv2/Cargo.toml index 1a0b58bb3..3a34a7d3e 100644 --- a/protocols/v2/framing-sv2/Cargo.toml +++ b/protocols/v2/framing-sv2/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "framing_sv2" -version = "2.0.1" +version = "3.0.0" authors = ["The Stratum V2 Developers"] edition = "2018" readme = "README.md"