You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run cargo clippy --all-features --fix, review and commit the automatic
fixes, and fix all reported lints. Try to resolve the root causes for
the lints rather than silencing them with #[allow(...)].
Update the MSRV (optional)
Additional steps to perform in order to make the new minimal supported
Rust version:
Update the rust-version fields in all Cargo.toml files.
Update the msrv field in clippy.toml and fix all lints reported by cargo clippy --all-features.
Update the MSRV shields in README files:
README.md
relayer-rest/README.md
Update the MSRV in the guide: guide/src/pre_requisites.md
Add a .changelog entry to the breaking-changes section,
announcing the new MSRV.
The text was updated successfully, but these errors were encountered:
Update to Rust release 1.71.0
🦀
rust-toolchain.toml
.cargo clippy --all-features --fix
, review and commit the automaticfixes, and fix all reported lints. Try to resolve the root causes for
the lints rather than silencing them with
#[allow(...)]
.Update the MSRV (optional)
Additional steps to perform in order to make the new minimal supported
Rust version:
rust-version
fields in allCargo.toml
files.msrv
field inclippy.toml
and fix all lints reported bycargo clippy --all-features
.README.md
relayer-rest/README.md
guide/src/pre_requisites.md
.changelog
entry to thebreaking-changes
section,announcing the new MSRV.
The text was updated successfully, but these errors were encountered: