Releases: nick0602/bitrise-step-rustup
Releases · nick0602/bitrise-step-rustup
rustup-install 0.2.0
0.2.0 (2022-26-09) | Release post
BREAKING CHANGES
- Due to the new
rust_versionparameter,use_rustup_nightlyhas been removed, and upgrading to0.2.0-beta01will automatically restore thestableversion as default. Please use the Bitrise Step Editor or update thebitrise.ymlfile to make sure you're running the correct version.
New Features
- Allow a specific Rust version to be installed directly via the
rust_versionparameter.
Performance Improvements
- The installation process now installs the required version without installing the latest stable first, resulting in a faster setup.
Other Changes
- Documentation updates.
rustup-install 0.1.1
0.1.1 (2022-09-08)
Bug Fixes
- Fixed an issue wherein sourcing
$HOME/.cargo/envwould fail on Mac OS workers on the first run (#1) (thanks @dbainbridge).
rustup-install 0.1.0
0.1.0 (2022-08-09)
New Features
- Silently source
~/.cargo/envat the beginning of the script to detect whether the toolchain has been restored from cache or not. - Enable
cache_levelto automatically exportrustupandcargopaths to$BITRISE_CACHE_INCLUDE_PATHSif needed. - Append
${HOME}/.cargo/binviaenvmanto$PATHat the end of the toolchain installation to make the toolchain available in the workflow.
Other Changes
- Make the step less noisy at the end of the installation (introducing the input
show_exported_envs). - Update input key naming according to Bitrise guidelines.
- Wrap boolean to strings according to Bitrise guidelines.
- Misc refactoring to better organize code.
- Initial public build check on Bitrise.io upon every push to
main.