Skip to content

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

Merged
renovate[bot] merged 1 commit into
mainfrom
renovate/actions-rust-lang-setup-rust-toolchain-2.x
Sep 8, 2026
Merged

chore(deps): update actions-rust-lang/setup-rust-toolchain action to v2#503
renovate[bot] merged 1 commit into
mainfrom
renovate/actions-rust-lang-setup-rust-toolchain-2.x

Conversation

@renovate

@renovate renovate Bot commented Sep 8, 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

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

v1.17.0

Compare Source

What's Changed

New Contributors

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

v1.16.1

Compare Source

What's Changed
  • Rename local variables to avoid conflicts with global variables by @​jonasbb in #​92

Full Changelog: actions-rust-lang/setup-rust-toolchain@v1.16.0...v1.16.1

v1.16.0

Compare Source

What's Changed
New Contributors

Full Changelog: actions-rust-lang/setup-rust-toolchain@v1.15.4...v1.16.0

v1.15.4

Compare Source

What's Changed

New Contributors

Full Changelog: actions-rust-lang/setup-rust-toolchain@v1.15.3...v1.15.4

v1.15.3

Compare Source

What's Changed
New Contributors

Full Changelog: actions-rust-lang/setup-rust-toolchain@v1.15.2...v1.15.3

v1.15.2

Compare Source

Fix: Run the version detection steps in the selected rust-src-dir directory.
This should enable the version selection even without a default toolchain installed.
Fixes #​74.

Full Changelog: actions-rust-lang/setup-rust-toolchain@v1.15.1...v1.15.2

v1.15.1

Compare Source

What's Changed

Full Changelog: actions-rust-lang/setup-rust-toolchain@v1.15.0...v1.15.1

v1.15.0

Compare Source

What's Changed
New Contributors

Full Changelog: actions-rust-lang/setup-rust-toolchain@v1.14.1...v1.15.0

v1.14.1

Compare Source

What's Changed
New Contributors

Full Changelog: actions-rust-lang/setup-rust-toolchain@v1.14.0...v1.14.1

v1.14.0

Compare Source

What's Changed
  • Add new parameters cache-all-crates and cache-workspace-crates that are propagated to Swatinem/rust-cache as cache-all-crates and cache-workspace-crates
    Solves #​67

Full Changelog: actions-rust-lang/setup-rust-toolchain@v1.13.0...v1.14.0

v1.13.0

Compare Source

What's Changed
New Contributors

Full Changelog: actions-rust-lang/setup-rust-toolchain@v1.12.0...v1.13.0

v1.12.0

Compare Source

What's Changed

New Contributors

Full Changelog: actions-rust-lang/setup-rust-toolchain@v1...v1.12.0

v1.11.0

Compare Source

What's Changed

New Contributors

Full Changelog: actions-rust-lang/setup-rust-toolchain@v1...v1.11.0

v1.10.1

Compare Source

  • Fix problem matcher for rustfmt output.
    The format has changed since rust-lang/rustfmt#5971 and now follows the form "filename:line".
    Thanks to @​0xcypher02 for pointing out the problem.

Full Changelog: actions-rust-lang/setup-rust-toolchain@v1...v1.10.1

v1.10.0

Compare Source

What's Changed
  • Add new parameter cache-directories that is propagated to Swatinem/rust-cache (#​44 by @​pranc1ngpegasus)
  • Add new parameter cache-key that is propagated to Swatinem/rust-cache as key (#​41 by @​iainlane)
  • Make rustup toolchain installation more robust in light of planned changes rust-lang/rustup#3635 and rust-lang/rustup#3985
  • Allow installing multiple Rust toolchains by specifying multiple versions in the toolchain input parameter.
  • Configure the rustup override behavior via the new override input. (#​38)
New Contributors

Full Changelog: actions-rust-lang/setup-rust-toolchain@v1...v1.10.0

v1.9.0

Compare Source

  • Add extra argument cache-on-failure and forward it to Swatinem/rust-cache. (#​39 by @​samuelhnrq)
    Set the default the value to true.
    This will result in more caching than previously.
    This helps when large dependencies are compiled only for testing to fail.

v1.8.0

Compare Source

  • Allow specifying subdirectories for cache.
  • Fix toolchain file overriding.

v1.7.0

Compare Source

What's Changed

New Contributors

Full Changelog: actions-rust-lang/setup-rust-toolchain@v1.6...v1.7.0

v1.6.0

Compare Source

What's Changed

New Contributors

Full Changelog: actions-rust-lang/setup-rust-toolchain@v1.5...v1.6.0

v1.5.0

Compare Source

What's Changed

New Contributors

Full Changelog: actions-rust-lang/setup-rust-toolchain@v1...v1.5.0

v1.4.4

Compare Source

v1.4.3

Compare Source

v1.4.2

Compare Source

v1.4.1

Compare Source

v1.4.0

Compare Source

v1.3.7

Compare Source

v1.3.6

Compare Source

v1.3.5

Compare Source

v1.3.4

Compare Source

v1.3.3

Compare Source

v1.3.2

Compare Source

v1.3.1

Compare Source

v1.3.0

Compare Source

v1.2.1

Compare Source

v1.2.0

Compare Source

v1.1.0

Compare Source

v1.0.2

Compare Source

v1.0.1

Compare Source


Configuration

📅 Schedule: (UTC)

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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.

@renovate
renovate Bot merged commit 906d6a7 into main Sep 8, 2026
7 checks passed
@renovate
renovate Bot deleted the renovate/actions-rust-lang-setup-rust-toolchain-2.x branch September 8, 2026 12:16
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.

0 participants