Releases: taiki-e/cache-cargo-install-action
Releases · taiki-e/cache-cargo-install-action
3.0.5
Immutable
release. Only release title and notes can be modified.
-
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
Immutable
release. Only release title and notes can be modified.
- Pin
actions/cacheaction with commit hash.
3.0.3
Immutable
release. Only release title and notes can be modified.
- Avoid triggering zizmor ref-confusion when using this action in form of
uses: taiki-e/cache-cargo-install-action@v3.
3.0.2
Immutable
release. Only release title and notes can be modified.
-
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
Immutable
release. Only release title and notes can be modified.
-
Improve support for Windows with MSYS2 bash. (#15, thanks @chitoku-k)
-
Enable release immutability.
3.0.0
Immutable
release. Only release title and notes can be modified.
- Update
actions/cachefrom 4 to 5. (#14)
2.3.1
Immutable
release. Only release title and notes can be modified.
2.3.0
Immutable
release. Only release title and notes can be modified.
-
Support
features,no-default-features, andall-featuresinput options. (#9, thanks @AlexTMjugador) -
Support more host architectures.
2.2.0
Immutable
release. Only release title and notes can be modified.
- Support AArch64 Windows. (416e06a)
2.1.2
Immutable
release. Only release title and notes can be modified.