o2sh / o2sh/onefetch

Use a `rust-toolchain.toml` file?

Open
#1,744 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

chore
Dominant language
Rust
Stars
12k
Forks
332
Avg merge
1d 23h
Merged PRs (30d)
17

Description

This is something I've gotten in the habit of doing in my Rust projects, to help lock the development environment to a specific Rust version.

As an added bonus, We can drop the CI steps that setup the preferred Rust version, as the built-in cargo executable in the actions runners should automatically download and use the specified rust version.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by inspecting the repository's Rust project configuration and CI workflow steps that set the preferred Rust version. Add and validate the proposed rust-toolchain.toml configuration, remove redundant CI setup if appropriate, and confirm that cargo uses the specified version and the CI checks pass.

Written by the indexing model from the issue text.

Assessment

Tech stack
rust
Domain
build-system, ci-cd
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
65/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.