Skip to content

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

3.0.5

04 Apr 11:26
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

  • Implement workaround for windows-11-arm runner bug which may causes issue that the action successfully completes but the crate is not installed.

    We have not yet received any reports of this issue occurring with this action, but given the nature of the problem, it is possible that it could be affected.

3.0.4

28 Mar 17:35
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

  • Pin actions/cache action with commit hash.

3.0.3

08 Mar 15:22
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

  • Avoid triggering zizmor ref-confusion when using this action in form of uses: taiki-e/cache-cargo-install-action@v3.

3.0.2

14 Feb 08:47
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

  • Improve support for Linux systems without tar is installed.

  • Work around issue where cache doesn't work with "/bin/tar: unrecognized option: posix" warning on Alpine-based image.

3.0.1

11 Jan 11:02
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

3.0.0

30 Dec 09:17
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

  • Update actions/cache from 4 to 5. (#14)

2.3.1

28 Sep 07:47
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

  • Fix version parsing failures on Windows caused by trailing carriage returns (\r) in JSON responses from crates.io API. (#12, thanks @Xevion)

2.3.0

22 Jul 02:23
Immutable release. Only release title and notes can be modified.

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
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

  • Support AArch64 Windows. (416e06a)

2.1.2

18 Jun 13:43
Immutable release. Only release title and notes can be modified.

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)