Sourced from actions-rust-lang/setup-rust-toolchain's changelog.
[1.4.2] - 2023-02-15
Fixed
- Tweak sparse registry version regex to better work with 1.68 nightly versions.
- Fix command not found issue
[1.4.1] - 2023-02-13
Fixed
Fixed running on macOS #9 #10 The macOS images have an ancient version of bash, but the action relies on "newer" features than 2014. We install bash via brew (already pre-installed) to have a new enough version.
The CI is extended to also run on Windows and macOS to catch such issues earlier in the future.
Thanks to
@​GeorgeHahn
for reporting the issue.[1.4.0] - 2023-02-13
Changed
- Only set environment variables, if they are not set before. This allows setting environment variables before using this action and keeping their values.
- Enable stable sparse registry, except on versions 1.66 and 1.67 where this leads to errors.
9fa7c33
Merge pull request #11
from actions-rust-lang/tweak-regex5f4f30a
Maybe fix rustup warning2d7b97c
Tweak sparse registry version regex and command not foundc7c759a
New version with macOS fixba68a52
Merge pull request #10
from actions-rust-lang/issue-940e33d4
Install newer bash on macOS8ba1b44
Run CI on more platforms51b4f83
Bump version to 1.4.04605df1
Merge pull request #8
from actions-rust-lang/sparse-registryeac5ebb
Fix: Use acceptable crate name (lowercase)