🚀 Updates
- Added Rust tier 2 and 3 language support!
- Added
rust
as a supportedplatform
variant. - Added
rust
setting to.moon/toolchain.yml
. - Added
toolchain.rust
setting tomoon.yml
. - Added support for
rust
setting in.prototools
. - Updated
moon init
andmoon bin
commands to support Rust. - Updated
moon docker scaffold
command to scaffold Cargo files. - Updated
moon docker prune
command to delete thetarget
directory.
- Added
🐞 Fixes
- Fixed an issue where task type was
run
when it should betest
.
⚙️ Internal
- Reworked
moon init --yes
to not enable all tools, and instead enable based on file detection. - Cleaned up
moon init
templates. Will no longer scaffold.moon/tasks.yml
.