Synth 0.6.9 - Multi-Platform Release
This release includes fixes for Rust nightly compatibility:
- Removed deprecated `concat_idents` feature
- Fixed all clippy warnings
Changes from upstream
- Based on PR shuttle-hq#461: shuttle-hq#461
Binaries
| Platform | Architecture | Size | Asset |
|---|---|---|---|
| macOS | ARM64 (Apple Silicon) | 8MB | synth-macos-arm64.tar.gz |
| Linux | x86_64 | 7.6MB | synth-linux-x86_64.tar.gz |
| Linux | ARM64 | 7.2MB | synth-linux-arm64.tar.gz |
Installation
macOS (Apple Silicon):
curl -LO https://github.com/AlexMikhalev/synth/releases/download/v0.6.9-fix/synth-macos-arm64.tar.gz
tar -xzf synth-macos-arm64.tar.gz
./synth versionLinux (x86_64):
curl -LO https://github.com/AlexMikhalev/synth/releases/download/v0.6.9-fix/synth-linux-x86_64.tar.gz
tar -xzf synth-linux-x86_64.tar.gz
./synth versionLinux (ARM64):
curl -LO https://github.com/AlexMikhalev/synth/releases/download/v0.6.9-fix/synth-linux-arm64.tar.gz
tar -xzf synth-linux-arm64.tar.gz
./synth versionBuild Info
All binaries built with:
- Rust: nightly
- Features: telemetry enabled
- Toolchain: cargo-zigbuild (for Linux cross-compilation)
Verification
All binaries tested with:
- ✅ cargo check --all
- ✅ cargo test --all (228 tests)
- ✅ cargo clippy --tests --all-targets --all-features -- -D warnings
- ✅ cargo fmt --all -- --check