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
CI: Centralize Rust version management using RUST_STABLE_VERSION
Define RUST_STABLE_VERSION environment variable in CI workflows and use
it consistently instead of hardcoded version numbers. This improves
maintainability by ensuring all workflows reference a single source of
truth for the Rust stable version.
Changes:
- Added RUST_STABLE_VERSION env var to build-reusable.yaml, tests.yaml,
lint.yaml, and doc-commands.yaml
- Replaced all hardcoded "1.84" references with env variable references
- Added cross-reference comments to track related version definitions
across rust-toolchain.toml, CI workflows, and documentation
This ensures version consistency and simplifies future Rust version
updates across the entire CI infrastructure.
0 commit comments