mirror of
https://github.com/dtolnay/rust-toolchain.git
synced 2025-12-19 04:45:48 +02:00
1,000 B
1,000 B
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.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