Releases: taiki-e/cache-cargo-install-action
Releases · taiki-e/cache-cargo-install-action
2.3.0
-
Support
features
,no-default-features
, andall-features
input options. (#9, thanks @AlexTMjugador) -
Support more host architectures.
2.2.0
- Support AArch64 Windows. (416e06a)
2.1.2
2.1.1
- Fix regression on Windows introduced in 2.1.0.
2.1.0
- Improve support for Alpine based containers/self-hosted runners (no longer need to install bash in advance).
2.0.1
2.0.0
-
Update
actions/cache
from 3 to 4. (#3)This breaks compatibility with CentOS 7 and Ubuntu 18.04 so it is treated as a breaking change.
1.4.0
- Improve support for Arch based containers/self-hosted runners.
1.3.0
- Add
git
input option to install from the specified Git URL.
1.2.2
- Fix potential bug on Windows self-hosted runner.