CentOS 上 Rust 版本管理指南
一 推荐方式 rustup
二 项目级版本锁定与优先级
[toolchain] channel = "1.75.0" components = ["rustfmt", "clippy", "rust-src", "rust-analyzer"] targets = ["x86_64-unknown-linux-gnu"] profile = "minimal"
三 系统包管理器安装与限制
四 多版本共存与 CI 实践
五 常见问题与排错