Sourced from actions-rust-lang/setup-rust-toolchain's releases.
v1.10.0
What's Changed
- Add new parameter cache-directories that is propagated to Swatinem/rust-cache (#44 by
@pranc1ngpegasus
)- Add new parameter cache-key that is propagated to Swatinem/rust-cache as key (#41 by
@iainlane
)- Make rustup toolchain installation more robust in light of planned changes rust-lang/rustup#3635 and rust-lang/rustup#3985
- Allow installing multiple Rust toolchains by specifying multiple versions in the toolchain input parameter.
- Configure the rustup override behavior via the new override input. (#38)
New Contributors
@pranc1ngpegasus
made their first contribution in actions-rust-lang/setup-rust-toolchain#44@iainlane
made their first contribution in actions-rust-lang/setup-rust-toolchain#41Full Changelog: https://github.com/actions-rust-lang/setup-rust-toolchain/compare/v1...v1.10.0
Sourced from actions-rust-lang/setup-rust-toolchain's changelog.
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[Unreleased]
- Add new parameter
cache-directories
that is propagated toSwatinem/rust-cache
(#44 by@pranc1ngpegasus
)- Add new parameter
cache-key
that is propagated toSwatinem/rust-cache
askey
(#41 by@iainlane
)- Make rustup toolchain installation more robust in light of planned changes rust-lang/rustup#3635 and rust-lang/rustup#3985
- Allow installing multiple Rust toolchains by specifying multiple versions in the
toolchain
input parameter.- Configure the
rustup override
behavior via the newoverride
input. (#38)
4d1965c
Add override input parameter that controls the rustup
override
behaviorb31b131
Allow installing multiple Rust toolchains at once.9f99923
Add pre-commit for basic checks86a2ce6
Make toolchain install more robusteb4a655
Document new keys and add changeloga90048d
Merge pull request #41
from iainlane/iainlane/propagate-cache-key597574a
Update key name in README634cedf
Merge pull request #44
from pranc1ngpegasus/feat/able-to-cache-additional-dir...5d6934e
Able to cache additional directoriesb01657d
Add support for adding to cache key