We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 661e2d2 commit 289d5e6Copy full SHA for 289d5e6
CHANGELOG.md
@@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [1.5.0] - 2023-05-29
11
+
12
+### Added
13
14
+* Support installing additional components and targets that are not listed in `rust-toolchain` (#14)
15
+ Before only the items listed in `rust-toolchain` were installed.
16
+ Now all the items from the toolchain file are installed and then all the `target`s and `components` that are provided as action inputs.
17
+ This allows installing extra tools only for CI or simplify testing special targets in CI.
18
19
## [1.4.4] - 2023-03-18
20
21
### Fixed
0 commit comments