Releases: taiki-e/cache-cargo-install-action
Releases · taiki-e/cache-cargo-install-action
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.
1.1.0
-
Support omitting the patch/minor version.
For example:
- uses: taiki-e/cache-cargo-install-action@v1 with: tool: cargo-hack@0.5
You can also omit the minor version if the major version of tool is 1 or greater.
1.0.1
- Remove extra
apk
calls on alpine.