Skip to content

Releases: actions-rust-lang/setup-rust-toolchain

v1.14.1

27 Aug 22:31
ac90e63
Compare
Choose a tag to compare

What's Changed

  • Pin Swatinem/rust-cache action to a full commit SHA by @JohnTitor in #68

New Contributors

Full Changelog: v1.14.0...v1.14.1

v1.14.0

23 Aug 15:12
Compare
Choose a tag to compare

What's Changed

  • Add new parameters cache-all-crates and cache-workspace-crates that are propagated to Swatinem/rust-cache as cache-all-crates and cache-workspace-crates
    Solves #67

Full Changelog: v1.13.0...v1.14.0

v1.13.0

16 Jun 21:48
fb51252
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.12.0...v1.13.0

v1.12.0

23 Apr 20:48
9d7e65c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1...v1.12.0

v1.11.0

24 Feb 20:56
9399c7b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1...v1.11.0

v1.10.1

01 Oct 21:07
Compare
Choose a tag to compare
  • 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

22 Sep 22:08
Compare
Choose a tag to compare

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

Full Changelog: v1...v1.10.0

v1.9.0

08 Jun 10:50
1fbea72
Compare
Choose a tag to compare
  • Add extra argument cache-on-failure and forward it to Swatinem/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

13 Jan 23:30
b113a30
Compare
Choose a tag to compare
  • Allow specifying subdirectories for cache.
  • Fix toolchain file overriding.

v1.7.0

11 Jan 22:58
d5fcac4
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.6...v1.7.0