cargo-toolchain-manager-0.2.0 is not a library.
Cargo Toolchain Manager
cargo-toolchain-manager
๐ฆ A CLI utility to install all (or selected) Rust versions via rustup.
Useful for developers, CI/CD pipelines, and testing environments where multiple Rust versions are required.
๐ Features
- โ Install all stable versions of Rust
- โน๏ธ Use latest patch of stable version (e.g. install
1.85-<arch>-<target>toolchain equals to1.85.1but not1.85.0) - ๐ข Filter versions using
semverranges - ๐งช
--dry-runmode to preview without installing
๐ฆ Installation
# Or install from Git:
๐ง Usage Examples
# Install all stable versions
# Dry-run without installing
# Install versions in a specific semver range
๐ CLI Options
| Option | Description |
|---|---|
| --dry-run | Only list versions that would be installed |
| --range | Filter versions with a semver range |
๐ Requirements
- Rustup
- Rust installed
๐ License
MIT