Skip to content

v2.5.0

Latest
Compare
Choose a tag to compare
@BD103 BD103 released this 31 Oct 18:12
a0709d8

What's Changed

  • Fixed Cargo.lock: command not found error when Cargo.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 in actions/cache has been deprecated. If you depend on this behavior, you will have to use actions/cache directly with this workaround.
  • Replaced input table with example YAML by @BD103 in #39.

Full Changelog: v2.4.0...v2.5.0