Skip to content

chore(deps): update actions-rust-lang/setup-rust-toolchain action to v2 - #550

Merged
barjin merged 1 commit into
masterfrom
renovate/actions-rust-lang-setup-rust-toolchain-2.x
Sep 9, 2026
Merged

chore(deps): update actions-rust-lang/setup-rust-toolchain action to v2#550
barjin merged 1 commit into
masterfrom
renovate/actions-rust-lang-setup-rust-toolchain-2.x

Conversation

@renovate

@renovate renovate Bot commented Sep 9, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
actions-rust-lang/setup-rust-toolchain action major v1v2

Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

actions-rust-lang/setup-rust-toolchain (actions-rust-lang/setup-rust-toolchain)

v2.0.0

Compare Source

What's Changed
  • Use CARGO_BUILD_WARNINGS for enforcing warning free compilations (#​98)
    This is a new variable supported by cargo 1.97+ and sets the build.warnings config.
    It allows removing the RUSTFLAGS="-D warnings" default, which will improve compatibility with target.*.rustflags and .cargo/config.toml files.

    This adds a new build-warnings input to configure the value for the build.warnings config.

  • Add error matcher for Rust panics
    This will highlight the location of the panic location during tests.

  • Reuse output of rustc --version --verbose calls (#​103 by @​ChihweiLHBird)

New Contributors

Full Changelog: actions-rust-lang/setup-rust-toolchain@v1.17.0...v2.0.0


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "every weekday"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

barjin commented Sep 9, 2026

Copy link
Copy Markdown
Member

v2 of this action drops its default RUSTFLAGS="-D warnings" in favor of a build-warnings input, but this repo already sets RUSTFLAGS explicitly in format.yaml and passes -D warnings directly to clippy, so no behavior change results here. No issues found.


Generated by Claude Code

@barjin
barjin merged commit 6da36a9 into master Sep 9, 2026
10 checks passed
@barjin
barjin deleted the renovate/actions-rust-lang-setup-rust-toolchain-2.x branch September 9, 2026 08:17
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.

2 participants