Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

Releases: moonrepo/rust-plugin

v0.3.0

20 Oct 21:34
4ccb89d
Compare
Choose a tag to compare

🚀 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

02 Oct 18:20
Compare
Choose a tag to compare
v0.3.0-rc.1 Pre-release
Pre-release

🐞 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

02 Oct 17:59
44fc8c5
Compare
Choose a tag to compare
v0.3.0-rc.0 Pre-release
Pre-release

🚀 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.

v0.2.3

22 Sep 21:26
1728d69
Compare
Choose a tag to compare

🐞 Fixes

  • Fixed the "bin not found" errors by uninstalling the toolchain before installing it, if we've detected that it's in a broken state.

v0.2.2

21 Sep 21:42
Compare
Choose a tag to compare

🐞 Fixes

  • Temporary hack for "bin not found" errors.

v0.2.1

21 Sep 18:41
b8c048b
Compare
Choose a tag to compare

🐞 Fixes

  • Switched to cargo from rustc for bin detection.
  • Slightly improved logic that detects an installation.

⚙️ Internal

  • Updated dependencies.

v0.2.0

10 Sep 18:29
Compare
Choose a tag to compare

🚀 Updates

  • Added support for installing the canary release (via nightly).
  • Updated to support proto v0.17 release.

v0.1.2

03 Sep 19:58
b870ea5
Compare
Choose a tag to compare

🚀 Updates

  • Updated to support proto v0.16 release.

v0.1.1

02 Sep 18:32
547065f
Compare
Choose a tag to compare

🐞 Fixes

  • Fixed rustup detection on Windows.

v0.1.0

23 Aug 20:11
Compare
Choose a tag to compare

🚀 Updates

  • Added uninstall support (uses rustup toolchain uninstall).
  • Added support for install_global and uninstall_global.
  • Updated to support proto v0.15 release.

🐞 Fixes

  • Fixed an issue where the globals directory for CARGO_INSTALL_ROOT was incorrect.