Ross ROSS = Recommend OSS · open-source software intelligence for agents

dtolnay/rust-toolchain

Concise GitHub Action for installing a Rust toolchain observed · 2026-08-28

github.com/dtolnay/rust-toolchain · Shell · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

66/100

  • Activity 97
  • Release rhythm 8
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 2314
  • days_rel: n/a
  • days_push: 18
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1569 stars · 92 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

A concise GitHub Action that installs a Rust toolchain via rustup with one-line usage and sensible defaults. The toolchain version is selected by the action's @rev (e.g. @stable, @nightly, @1.89.0), with optional inputs for additional targets and components like clippy and rustfmt.

Use cases

  • install rust toolchain in a github actions workflow
  • set up rust ci to run cargo test on push and pull requests
  • install nightly rust compiler in ci
  • pin a specific rust version like 1.89.0 for builds
  • add clippy and rustfmt components in ci
  • install wasm32 target for cross-compilation in ci
  • get a cache key based on the installed rustc version

When to choose

  • You use GitHub Actions and want minimal, one-line Rust setup
  • You need to test against stable, nightly, dated nightly, or pinned Rust versions
  • You want extra targets (e.g. wasm32) or components (clippy, rustfmt) installed in the same step
  • You need a compiler-version-derived cache key or toolchain name as step outputs

When to avoid

  • Your CI runs outside GitHub Actions, such as GitLab CI or CircleCI
  • You need to manage rustup toolchains on a local development machine rather than in CI
  • You require complex multi-toolchain orchestration beyond what a single install step provides

Facets

plugin · maturity stable

ci-cd developer-tools developer-tools version-control windows cli github-action rustup rust toolchain github-actions workflow-step continuous-integration devops linux macos

1 source

Member repositories

RepositoryRoleHealth v2
dtolnay/rust-toolchainmain66

For agents

markdown · JSON · MCP: product_card(name="dtolnay/rust-toolchain")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem