azure/update-rust
Update the pinned stable and nightly Rust toolchain versions used by the repository
npx skills add https://github.com/Azure/azure-sdk-for-rust --skill update-rust
Run eng/scripts/Update-Rust.ps1 to update the pinned Rust toolchain versions.
-Version not specified)rustc --version (if -NightlyVersion not specified), advancing day-by-day until rustup can install itrust-toolchain.toml, eng/scripts/Language-Settings.ps1, and eng/scripts/*.rs shebang lines-Version — stable channel version (e.g., "1.96.0"); omit to auto-detect from GitHub-NightlyVersion — nightly date (e.g., "2026-05-01" or "nightly-2026-05-01"); omit to auto-detect from rustc --versionUpdate both channels automatically:
eng/scripts/Update-Rust.ps1
Update to a specific stable version with auto-detected nightly:
eng/scripts/Update-Rust.ps1 -Version 1.96.0
Update both channels explicitly:
eng/scripts/Update-Rust.ps1 -Version 1.96.0 -NightlyVersion 2026-05-01
Take azure/update-rust from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.