Rust 1.89 is now released, expanding x86 and x86/x86_64 platform support with new processor instructions and features, including additional AVX-512 intrinsics. The target_feature attribute adds support for SHA512, SM3, SM4, KL, and WIDEKL, giving developers better access to modern CPU capabilities directly from Rust code.
Full changelog: https://blog.rust-lang.org/2025/08/07/Rust-1.89.0/
https://doc.rust-lang.org/nightly/rustc/platform-support.html
https://doc.rust-lang.org/nightly/rustc/target-tier-policy.html#tier-1-target-policy
Github is removing support for CI on that target, and since that’s a requirement for Tier 1 support the target has to be downgraded.