Bump actions-rust-lang/setup-rust-toolchain from 1.13.0 to 1.15.2
Bumps actions-rust-lang/setup-rust-toolchain from 1.13.0 to 1.15.2.
Release notes
Sourced from actions-rust-lang/setup-rust-toolchain's releases.
v1.15.2
Fix: Run the version detection steps in the selected
rust-src-dirdirectory. This should enable the version selection even without a default toolchain installed. Fixes #74.Full Changelog: https://github.com/actions-rust-lang/setup-rust-toolchain/compare/v1.15.1...v1.15.2
v1.15.1
What's Changed
- Bump Swatinem/rust-cache from 2.8.0 to 2.8.1 by
@dependabot[bot] in actions-rust-lang/setup-rust-toolchain#73Full Changelog: https://github.com/actions-rust-lang/setup-rust-toolchain/compare/v1.15.0...v1.15.1
v1.15.0
What's Changed
- Bump actions/checkout from 4 to 5 by
@dependabot[bot] in actions-rust-lang/setup-rust-toolchain#71- README should direct users to actions/checkout@5. by
@martinfrances107in actions-rust-lang/setup-rust-toolchain#72- enhancement: Add option to specify rust-toolchain.toml path by
@Kubarytin actions-rust-lang/setup-rust-toolchain#69New Contributors
@martinfrances107made their first contribution in actions-rust-lang/setup-rust-toolchain#72@Kubarytmade their first contribution in actions-rust-lang/setup-rust-toolchain#69Full Changelog: https://github.com/actions-rust-lang/setup-rust-toolchain/compare/v1.14.1...v1.15.0
v1.14.1
What's Changed
- Pin
Swatinem/rust-cacheaction to a full commit SHA by@JohnTitorin actions-rust-lang/setup-rust-toolchain#68New Contributors
@JohnTitormade their first contribution in actions-rust-lang/setup-rust-toolchain#68Full Changelog: https://github.com/actions-rust-lang/setup-rust-toolchain/compare/v1.14.0...v1.14.1
v1.14.0
What's Changed
- Add new parameters
cache-all-cratesandcache-workspace-cratesthat are propagated toSwatinem/rust-cacheascache-all-cratesandcache-workspace-cratesSolves #67Full Changelog: https://github.com/actions-rust-lang/setup-rust-toolchain/compare/v1.13.0...v1.14.0
Changelog
Sourced from actions-rust-lang/setup-rust-toolchain's changelog.
[1.15.2] - 2025-10-04
- Fix: Run the version detection steps in the selected
rust-src-dirdirectory. This should enable the version selection even without a default toolchain installed. Fixes #74.[1.15.1] - 2025-09-23
- Update
Swatinem/rust-cacheto v2.8.1[1.15.0] - 2025-09-14
- Add support for non-root source directory. Accept source code and
rust-toolchain.tomlfile in subdirectories of the repository. Adds a new parameterrust-src-dirthat controls the lookup for toolchain files and sets a default value for thecache-workspaceinput. (#69 by@Kubaryt)[1.14.1] - 2025-08-28
- Pin
Swatinem/rust-cacheaction to a full commit SHA (#68 by@JohnTitor)[1.14.0] - 2025-08-23
- Add new parameters
cache-all-cratesandcache-workspace-cratesthat are propagated toSwatinem/rust-cacheascache-all-cratesandcache-workspace-crates
Commits
1780873Fix: Run the version detection steps in the selectedrust-src-dirdirectory.063a3b9Use correct quoting style for working-directoryf89a806Use the built-in working-directory selector and default to "." if rust-src-di...5189717Gate the rust-src-dir check by first checking if the value is setd6688fbPrint an error and exit if 'rust-src-dir' does not point to an existing direc...02be93dUpdateSwatinem/rust-cacheto v2.8.169e4802Merge pull request #73 from actions-rust-lang/dependabot/github_actions/Swati...183cfebBump Swatinem/rust-cache from 2.8.0 to 2.8.12fcdc49Update readme and changelog for 1.15.089d3d96Merge pull request #69 from Kubaryt/main- Additional commits viewable in compare view
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 rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)