Skip to content

fix: rust-toolchain to toml#345

Merged
rvagg merged 4 commits intofilecoin-project:masterfrom
LesnyRumcajs:toolchain-to-toml
Feb 23, 2026
Merged

fix: rust-toolchain to toml#345
rvagg merged 4 commits intofilecoin-project:masterfrom
LesnyRumcajs:toolchain-to-toml

Conversation

@LesnyRumcajs
Copy link
Copy Markdown

Fixes dependabot error

Dependabot can’t parse your rust-toolchain
Dependabot failed to update your dependencies because there was an error parsing the rust-toolchain found at /rust-toolchain.
Dependabot encountered the following error:only rust-toolchain files formatted as TOML are supported, the non-TOML format was deprecated by Rust

Copilot AI review requested due to automatic review settings February 20, 2026 11:40
@LesnyRumcajs LesnyRumcajs changed the title Toolchain to toml fix: rust-toolchain to toml Feb 20, 2026
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Converts the repository’s Rust toolchain specification to the TOML format so Dependabot can parse it and update Rust dependencies successfully.

Changes:

  • Replaces the legacy rust-toolchain file with a TOML-based rust-toolchain.toml.
  • Pins the Rust channel to 1.93.1 and declares required toolchain components.
  • Removes the CARGO_REGISTRIES_CRATES_IO_PROTOCOL env override from CI.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.

File Description
rust-toolchain.toml Adds TOML-formatted toolchain config for Dependabot compatibility.
rust-toolchain Removes deprecated non-TOML toolchain file.
.github/workflows/ci.yml Simplifies CI env configuration by removing the crates.io protocol override.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread rust-toolchain.toml Outdated
LesnyRumcajs and others added 2 commits February 20, 2026 12:46
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@rvagg rvagg merged commit 42de5df into filecoin-project:master Feb 23, 2026
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants