Releases: baptiste0928/cargo-install
Releases · baptiste0928/cargo-install
v1.3.0
Added
- Add
args
input to add additional arguments to thecargo install
command.
Deprecated
locked
input is deprecated, use theargs
input with--locked
instead.
v1.2.0
Added
- Add
locked
input to add--locked
argument tocargo install
command.
Changed
- Dependencies have been updated.
v1.1.0
Added
- Add
cache-key
input to add a custom key to the automatic cache key.
v1.0.1
Fixed
- Errors when saving cache no longer cause the workflow to fail.
v1.0.0
Initial release of cargo-install
action.