PR #1230 changed some crates under protocols to be no_std, without bumping their versions.
Now this is creating some errors in the CI execution of semver-checks, such as here: https://github.com/stratum-mining/stratum/actions/runs/12211524808/job/34069218188?pr=1242.
We need to bump versions of crates which were modified there to fix this and unblock all the docs PRs.
Specifically, we need to bump the major version number of:
serde_sv2
const_sv2
framing_sv2
PR #1230 changed some crates under
protocolsto beno_std, without bumping their versions.Now this is creating some errors in the CI execution of
semver-checks, such as here: https://github.com/stratum-mining/stratum/actions/runs/12211524808/job/34069218188?pr=1242.We need to bump versions of crates which were modified there to fix this and unblock all the docs PRs.
Specifically, we need to bump the major version number of:
serde_sv2const_sv2framing_sv2