Skip to content

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

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

v1.6.0

03 Dec 23:17
c7e1de2
Compare
Choose a tag to compare

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

Full Changelog: v1.5...v1.6.0

v1.5.0

29 May 19:46
f3c84ee
Compare
Choose a tag to compare

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

Full Changelog: v1...v1.5.0

v1.4.4

17 Mar 23:34
ac6bb38
Compare
Choose a tag to compare
Merge pull request #15 from actions-rust-lang/fix-problem-matcher

v1.4.3

21 Feb 21:24
64fef3b
Compare
Choose a tag to compare
Merge pull request #13 from actions-rust-lang/double-run

v1.4.2

15 Feb 18:10
9fa7c33
Compare
Choose a tag to compare
Merge pull request #11 from actions-rust-lang/tweak-regex

v1.4.1

13 Feb 22:48
Compare
Choose a tag to compare
New version with macOS fix