Skip to content

Releases: taiki-e/cache-cargo-install-action

2.3.0

22 Jul 02:23
Compare
Choose a tag to compare
  • Support features, no-default-features, and all-features input options. (#9, thanks @AlexTMjugador)

  • Support more host architectures.

2.2.0

29 Jun 14:56
Compare
Choose a tag to compare
  • Support AArch64 Windows. (416e06a)

2.1.2

18 Jun 13:43
Compare
Choose a tag to compare
  • Fix installation failure on Ubuntu 24.04 due to HTTP 403 error on requests to crates.io. (#11, thanks @ctz)

2.1.1

05 Feb 16:49
Compare
Choose a tag to compare
  • Fix regression on Windows introduced in 2.1.0.

2.1.0

20 Jan 18:53
Compare
Choose a tag to compare
  • Improve support for Alpine based containers/self-hosted runners (no longer need to install bash in advance).

2.0.1

10 Jun 16:14
Compare
Choose a tag to compare

2.0.0

26 Apr 08:35
Compare
Choose a tag to compare

1.4.0

26 Apr 08:30
Compare
Choose a tag to compare
  • Improve support for Arch based containers/self-hosted runners.

1.3.0

15 Oct 06:18
Compare
Choose a tag to compare
  • Add git input option to install from the specified Git URL.

1.2.2

16 Sep 14:47
Compare
Choose a tag to compare
  • Fix potential bug on Windows self-hosted runner.