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.
- Pass
allow-downgrade
flag torustup
ifnightly
toolchain with components requested
rustup
version parser does not fail Action execution onmacOS-latest
VM images anymore
- Support for the
rust-toolchain
file: If the toolchain input is not given, we will try and install the version specified in therust-toolchain
file. - Action outputs with
rustc
,cargo
andrustup
versions installed
- Support for
rustup set profile
command - Support for
--component
flag for therustup toolchain install
command
- Missing
rustup
executable will not raise an annotating warning before the installation anymore (#13)
target
input is not used as a--default-target
argument forrustup
anymore (#8)
- First public version