Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump actions-rust-lang/setup-rust-toolchain from 1.3.5 to 1.5.0 #336

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 1, 2023

Bumps actions-rust-lang/setup-rust-toolchain from 1.3.5 to 1.5.0.

Release notes

Sourced from actions-rust-lang/setup-rust-toolchain's releases.

v1.5.0

What's Changed

New Contributors

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

v1.4.4

No release notes provided.

v1.4.3

No release notes provided.

v1.4.2

No release notes provided.

v1.4.1

No release notes provided.

v1.4.0

No release notes provided.

v1.3.7

No release notes provided.

v1.3.6

No release notes provided.

Changelog

Sourced from actions-rust-lang/setup-rust-toolchain's changelog.

[1.5.0] - 2023-05-29

Added

  • Support installing additional components and targets that are not listed in rust-toolchain (#14) Before only the items listed in rust-toolchain were installed. Now all the items from the toolchain file are installed and then all the targets and components that are provided as action inputs. This allows installing extra tools only for CI or simplify testing special targets in CI.

  • Allow skipping the creation of a RUSTFLAGS environment variable. Cargos logic for rustflags is complicated, and setting the RUSTFLAGS environment variable prevents other ways of working. Provide a new rustflags input, which controls the environment variable creation. If the value is set to the empty string, then RUSTFLAGS is not created.

    Pre-existing RUSTFLAGS variables are never modified by this extension.

[1.4.4] - 2023-03-18

Fixed

  • Use color aware problem matcher. The problem matcher currently runs against the colored terminal output (Bug 1, Bug 2). The previous matcher was not aware of ANSII color codes and did not work.

[1.4.3] - 2023-02-21

Fixed

  • Executing the action twice for different toolchains now no longer fails around unstable features #12. If multiple toolchains are installed, the "CARGO_REGISTRIES_CRATES_IO_PROTOCOL" can be downgraded to "git" if any of the installed toolchains require it.

[1.4.2] - 2023-02-15

Fixed

  • Tweak sparse registry version regex to better work with 1.68 nightly versions.
  • Fix command not found issue

[1.4.1] - 2023-02-13

Fixed

  • Fixed running on macOS #9 #10 The macOS images have an ancient version of bash, but the action relies on "newer" features than 2014. We install bash via brew (already pre-installed) to have a new enough version.

    The CI is extended to also run on Windows and macOS to catch such issues earlier in the future.

    Thanks to @​GeorgeHahn for reporting the issue.

[1.4.0] - 2023-02-13

... (truncated)

Commits
  • f3c84ee Merge pull request #18 from JeanMertz/rustflags
  • 1ef811f Restore behavior to not touch existing RUSTFLAGS variable
  • 70241ab fixes
  • 823a4a1 fixes
  • aaa7eef requred -> required
  • 24274e4 allow disabling RUSTFLAGS config
  • cf60eaf Merge pull request #19 from actions-rust-lang/better-toolchain-support
  • 289d5e6 Add changelog
  • 661e2d2 Explain the new behavior in the README
  • b065e5a Install components and targets after installing everything from the rust-tool...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 1, 2023
@dependabot dependabot bot force-pushed the dependabot/github_actions/actions-rust-lang/setup-rust-toolchain-1.5.0 branch from ba0c631 to c6005d2 Compare November 1, 2023 15:25
@robjtede
Copy link
Member

robjtede commented Nov 1, 2023

@dependabot recreate

Bumps [actions-rust-lang/setup-rust-toolchain](https://github.com/actions-rust-lang/setup-rust-toolchain) from 1.3.5 to 1.5.0.
- [Release notes](https://github.com/actions-rust-lang/setup-rust-toolchain/releases)
- [Changelog](https://github.com/actions-rust-lang/setup-rust-toolchain/blob/main/CHANGELOG.md)
- [Commits](actions-rust-lang/setup-rust-toolchain@v1.3.5...v1.5.0)

---
updated-dependencies:
- dependency-name: actions-rust-lang/setup-rust-toolchain
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/github_actions/actions-rust-lang/setup-rust-toolchain-1.5.0 branch from c6005d2 to 4f55c63 Compare November 1, 2023 15:26
@robjtede robjtede added this pull request to the merge queue Nov 1, 2023
Merged via the queue into main with commit 58bca30 Nov 1, 2023
2 checks passed
@robjtede robjtede deleted the dependabot/github_actions/actions-rust-lang/setup-rust-toolchain-1.5.0 branch November 1, 2023 15:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant