Commit 6da36a9
authored
chore(deps): update actions-rust-lang/setup-rust-toolchain action to v2 (#550)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
|
[actions-rust-lang/setup-rust-toolchain](https://redirect.github.com/actions-rust-lang/setup-rust-toolchain)
| action | major | `v1` → `v2` |
---
> [!WARNING]
> Some dependencies could not be looked up. Check the warning logs for
more information.
---
### Release Notes
<details>
<summary>actions-rust-lang/setup-rust-toolchain
(actions-rust-lang/setup-rust-toolchain)</summary>
###
[`v2.0.0`](https://redirect.github.com/actions-rust-lang/setup-rust-toolchain/releases/tag/v2.0.0)
[Compare
Source](https://redirect.github.com/actions-rust-lang/setup-rust-toolchain/compare/v1.17.0...v2.0.0)
##### What's Changed
- Use `CARGO_BUILD_WARNINGS` for enforcing warning free compilations
([#​98](https://redirect.github.com/actions-rust-lang/setup-rust-toolchain/issues/98))
This is a new variable supported by cargo 1.97+ [and sets the
`build.warnings`
config](https://blog.rust-lang.org/2026/07/09/Rust-1.97.0/#cargo-support-for-denying-warnings).
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](https://redirect.github.com/actions-rust-lang/setup-rust-toolchain/issues/103)
by [@​ChihweiLHBird](https://redirect.github.com/ChihweiLHBird))
##### New Contributors
- [@​ChihweiLHBird](https://redirect.github.com/ChihweiLHBird)
made their first contribution in
[#​103](https://redirect.github.com/actions-rust-lang/setup-rust-toolchain/pull/103)
**Full Changelog**:
<actions-rust-lang/setup-rust-toolchain@v1.17.0...v2.0.0>
</details>
---
### 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.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/apify/impit).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0NC42OS4xIiwidXBkYXRlZEluVmVyIjoiNDQuNjkuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent 77f18a1 commit 6da36a9
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
0 commit comments