mirror of
https://github.com/moonrepo/setup-rust.git
synced 2025-04-19 17:18:43 +00:00
579 B
579 B
1.0.1
- Fixed an issue where a module was missing from the build.
1.0.0
- Will now install
rustup
if it does not exist in the environment. - Added musl support to
cargo-binstall
.
0.6.0
- Breaking: Cargo
bins
must provide thecargo-
crate prefix manually. This change allows non-crate globals to be installed. - Added a
cache-target
input, to customize which target profile is cached. Defaults todebug
.
0.5.0
- Added
inherit-toolchain
input to inherit all settings fromrust-toolchain.toml
, and not justchannel
.
0.1.0
- Initial release.