Releases: taiki-e/cache-cargo-install-action
Releases · taiki-e/cache-cargo-install-action
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.
1.2.1
- Improve performance and robustness for cases where the host environment lacks the packages required for installation, such as containers or self-hosted runners.
1.2.0
- Add
locked
input option (default totrue
) to allow choice of whether or not to use--locked
flag.
1.1.1
- Prevent pre-release version from being installed as the latest version when patch/minor version is omitted.