This repository has been archived by the owner on Jul 17, 2024. It is now read-only.
Releases: moonrepo/rust-plugin
Releases · moonrepo/rust-plugin
v0.3.0
🚀 Updates
- Will now attempt to install
rustup
if it does not exist on the current machine. - Updated to support proto v0.20 release.
🐞 Fixes
- Will now respect the
RUSTUP_HOME
environment variable when locating the.rustup
store. - Fixed an issue where
sync_manifest
would fail if we didn't have read access to the rustup store.
⚙️ Internal
- Updated dependencies.
v0.3.0-rc.1
🐞 Fixes
- Fixed an issue where
sync_manifest
would fail if we didn't have read access to the rustup store.
v0.3.0-rc.0
🚀 Updates
- Will now attempt to install
rustup
if it does not exist on the current machine.
🐞 Fixes
- Will now respect the
RUSTUP_HOME
environment variable when locating the.rustup
store.
⚙️ Internal
- Updated dependencies.