Skip to content

rustup-install 0.2.0

Latest
Compare
Choose a tag to compare
@nick0602 nick0602 released this 26 Sep 05:28

0.2.0 (2022-26-09) | Release post

BREAKING CHANGES

  • Due to the new rust_version parameter, use_rustup_nightly has been removed, and upgrading to 0.2.0-beta01 will automatically restore the stable version as default. Please use the Bitrise Step Editor or update the bitrise.yml file to make sure you're running the correct version.

New Features

  • Allow a specific Rust version to be installed directly via the rust_version parameter.

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.