Closed
Description
Update to Rust release 1.58
- Update the version in
rust-toolchain.toml
. - Run
cargo clippy --all-features --all-targets --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
Additional steps to perform in order to make the new minimal supported Rust version:
- Update the
rust-version
fields in allCargo.toml
files. - Update the
msrv
field inclippy.toml
and fix all lints reported bycargo clippy --all-features --all-targets
. - 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 thebreaking-changes
section, announcing the new MSRV.
Metadata
Assignees
Labels
No labels