New major release that introduces caching of non-cargo
tools as well as support for installing and using cargo-hack
.
Breaking change: the use-cross
input has been removed and replaced by tool
. If you update from a previous version, you will need to replace use-cross: true
with tool: cross
. See README for details.
What's Changed
- feat!: remove
use-cross
arg, replace withtool
, addcargo-hack
support by @clechasseur in #201 - fix: sensible
cache-key
default by @clechasseur in #203
Full Changelog: v2...v3.0.0