Releases: moonrepo/setup-rust
Releases · moonrepo/setup-rust
v1.2.1
- Pinned the
cargo-binstall
version to v1.8 to work around the 404 errors in CI. - Added support for the
CARGO_BINSTALL_VERSION
environment variable.
v1.2.0
- Added a
target-dirs
input, allowing the target folders to be specified. Can now cache multiple
target folders. - Updated to skip caching a directory if it does not exist, instead of failing.
- Updated dependencies.
v1.1.0
- Added a
cache-base
input. When provided, will only save cache on this branch/ref, but will
restore cache on all branches/refs. - Updated dependencies.
v1.0.3
- Include
GITHUB_WORKFLOW
in cache key. - Updated dependencies.
v1.0.2
- Switch to Node.js v20.
v1.0.1
- Fixed an issue where a module was missing from the build.
v1.0.0
- Will now install
rustup
if it does not exist in the environment. - Added musl support to
cargo-binstall
.
v0.6.1
Automatic compilation
v0.6.0
Automatic compilation
v0.5.0
Automatic compilation