mirror of
https://github.com/actions-rs/toolchain.git
synced 2025-11-02 01:03:54 +00:00
1.2 KiB
1.2 KiB
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.
[1.0.6] - 2020-03-24
Added
- Pass
allow-downgradeflag torustupifnightlytoolchain with components requested
[1.0.5] - 2020-01-26
Fixed
rustupversion parser does not fail Action execution onmacOS-latestVM images anymore
[1.0.4] - 2020-01-26
Added
- Support for the
rust-toolchainfile: If the toolchain input is not given, we will try and install the version specified in therust-toolchainfile. - Action outputs with
rustc,cargoandrustupversions installed
[1.0.3] - 2019-10-19
Added
- Support for
rustup set profilecommand - Support for
--componentflag for therustup toolchain installcommand
[1.0.2] - 2019-10-14
Changed
- Missing
rustupexecutable will not raise an annotating warning before the installation anymore (#13)
[1.0.1] - 2019-10-05
Changed
targetinput is not used as a--default-targetargument forrustupanymore (#8)
[1.0.0] - 2019-09-15
Added
- First public version