We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
after doing Rust Docs, it was agreed that we need to bump PATCH version for every crate that is documented
however during v1.2.0, as a consequence of no_std PR #1230, we already bumped all crates that were documented on v1.2.0 milestone
no_std
on #1300 + #1302 we bumped:
buffer_sv2
serde_sv2
const_sv2
framing_sv2
binary_sv2
codec_sv2
noise_sv2
roles_logic_sv2
common_messages_sv2
job_declaration_sv2
mining_sv2
template_distribution_sv2
sv2_ffi
binary_codec_sv2
therefore the only crates that are still missing bumping are:
derive_codec_sv2
The text was updated successfully, but these errors were encountered:
framing-sv2
plebhash
Successfully merging a pull request may close this issue.
after doing Rust Docs, it was agreed that we need to bump PATCH version for every crate that is documented
however during v1.2.0, as a consequence of
no_std
PR #1230, we already bumped all crates that were documented on v1.2.0 milestoneon #1300 + #1302 we bumped:
buffer_sv2
: MAJOR 1.1.0 > 2.0.0serde_sv2
: MAJOR 1.0.1 > 2.0.0const_sv2
: MAJOR 2.1.0 > 3.0.0framing_sv2
: MAJOR 2.0.0 > 3.0.0binary_sv2
: PATCH 1.2.0 > 1.2.1codec_sv2
: PATCH 1.3.0 > 1.3.1noise_sv2
: PATCH 1.2.0 > 1.2.1roles_logic_sv2
: PATCH 1.2.1 > 1.2.2common_messages_sv2
: PATCH 2.0.0 > 2.0.1job_declaration_sv2
: PATCH 1.0.0 > 1.0.1mining_sv2
: PATCH 1.0.0 > 1.0.1template_distribution_sv2
: PATCH 1.0.2 > 1.0.3sv2_ffi
: PATCH 1.0.0 > 1.0.1binary_codec_sv2
: PATCH 1.2.0 > 1.2.1therefore the only crates that are still missing bumping are:
derive_codec_sv2
: 1.1.0 > 1.1.1The text was updated successfully, but these errors were encountered: