Update to version 26.2.
Release notes: https://pagure.io/fedora-rust/rust-packaging/blob/main/f/CHANGELOG.md
The only change compared to version 26.1 is the reintroduction of the --cap-lints=warn
flag to the default RUSTFLAGS. It turns out many Rust packages use something like#![deny(warnings)]
(i.e. the Rust equivalent of the -Werror
flag), and removing the error-to-warning downgrade for lints broke too many packages.
Please login to add feedback.
This update has been submitted for testing by decathorpe.
This update's test gating status has been changed to 'ignored'.
This update has been pushed to testing.
This update has been submitted for stable by bodhi.
This update has been pushed to stable.