Releases: actions-rust-lang/setup-rust-toolchain
Releases · actions-rust-lang/setup-rust-toolchain
v1.14.1
What's Changed
- Pin
Swatinem/rust-cache
action to a full commit SHA by @JohnTitor in #68
New Contributors
- @JohnTitor made their first contribution in #68
Full Changelog: v1.14.0...v1.14.1
v1.14.0
What's Changed
- Add new parameters
cache-all-crates
andcache-workspace-crates
that are propagated toSwatinem/rust-cache
ascache-all-crates
andcache-workspace-crates
Solves #67
Full Changelog: v1.13.0...v1.14.0
v1.13.0
What's Changed
- feat: support cache-provider by @mindrunner in #65
New Contributors
- @mindrunner made their first contribution in #65
Full Changelog: v1.12.0...v1.13.0
v1.12.0
What's Changed
- Support rustup installation for Windows by @maennchen in #58
New Contributors
- @maennchen made their first contribution in #58
Full Changelog: v1...v1.12.0
v1.11.0
What's Changed
- feat: add shared-cache-key to inputs by @skanehira in #52
- fix: add cache-bin input with true as default value by @enkhjile in #51
- chore: prepare release 1.11.0 by @robjtede in #53
New Contributors
- @skanehira made their first contribution in #52
- @enkhjile made their first contribution in #51
Full Changelog: v1...v1.11.0
v1.10.1
- 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: v1...v1.10.1
v1.10.0
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
- @pranc1ngpegasus made their first contribution in #44
- @iainlane made their first contribution in #41
Full Changelog: v1...v1.10.0
v1.9.0
- Add extra argument
cache-on-failure
and forward it toSwatinem/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
- Allow specifying subdirectories for cache.
- Fix toolchain file overriding.