Release Notes
🐞 Fixes
- Fixed an issue where projects with the same name/ID as their underlying toolchain package would cause issues when pruning within Docker.
- Fixed an issue where remote caching wasn't being updated unless the
casOutputsCache experiment was enabled.
🧰 Toolchains
- Python
- Updated
uv sync to use --no-dev when installing production only dependencies.
- Rust
- Updated
cargo-binstall installation to use --locked.
Install moon_cli 2.3.4
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/moonrepo/moon/releases/download/v2.3.4/moon_cli-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/moonrepo/moon/releases/download/v2.3.4/moon_cli-installer.ps1 | iex"
Download moon_cli 2.3.4