From 9ded92ef67d931c166c4b566932ade0359f4099e 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 1a0b58bb33..3a34a7d3e4 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"