Rust version 1.89.0 in CI does not exist yet — CI will always fail
ci.yml sets RUST_TOOLCHAIN: "1.89.0" but the latest stable Rust as of April 2026 is in the 1.8x range. This should be set to stable or a verified released version to prevent CI failures.
Rust version 1.89.0 in CI does not exist yet — CI will always fail
ci.yml sets RUST_TOOLCHAIN: "1.89.0" but the latest stable Rust as of April 2026 is in the 1.8x range. This should be set to stable or a verified released version to prevent CI failures.