What's Changed
- Fixed
Cargo.lock: command not found
error whenCargo.lock
is checked-in to Git by @LNSD in #35. - Updated the
cargo-sweep
action to v2.0.0 by @BD103 in #38.- The release notes can be found here.
- This fixes the common
Unable to locate executable file
error, with improvements in speed and size as well.
- Deprecated
save-always
by @BD103 in #40.- The underlying
save-always
input inactions/cache
has been deprecated. If you depend on this behavior, you will have to useactions/cache
directly with this workaround.
- The underlying
- Replaced input table with example YAML by @BD103 in #39.
Full Changelog: v2.4.0...v2.5.0