Releases: actions-rust-lang/setup-rust-toolchain
Releases · actions-rust-lang/setup-rust-toolchain
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.
v1.7.0
v1.6.0
What's Changed
- Allow disabling problem matcher by @dcvz in #27
- Add docs for the
cachekey
output to the README by @obi1kenobi in #24
New Contributors
- @dcvz made their first contribution in #27
- @obi1kenobi made their first contribution in #24
Full Changelog: v1.5...v1.6.0
v1.5.0
What's Changed
- Check that listed components and targets are installed even with a rust-toolchain file by @jonasbb in #19
- allow disabling RUSTFLAGS config by @JeanMertz in #18
New Contributors
- @JeanMertz made their first contribution in #18
Full Changelog: v1...v1.5.0
v1.4.4
Merge pull request #15 from actions-rust-lang/fix-problem-matcher
v1.4.3
Merge pull request #13 from actions-rust-lang/double-run
v1.4.2
Merge pull request #11 from actions-rust-lang/tweak-regex