v0.1.0
What's Changed in v0.1.0
🐛 Bug Fixes
- fix(ci): install cross from crates.io with --locked (
9ff53db) - fix: resolve clippy warnings for Rust 1.85.0 (
67d4473) - fix(ci): fix cargo fmt and enhance release workflow (
b3f874d) - fix(update): handle non-empty directories and missing .git (
536fb4c) - fix(vcs): support SHA revisions in Git::clone (
d318281) - fix(ci): gate cli_script_path tests with #![cfg(unix)] for Windows (
1ca227d)
📚 Documentation
- docs: update dependency policy for Rust 1.85.0 MSRV (
0c8c6e8) - docs: add cargo install instructions to README (
3c44107)
🔧 Other Changes
- ci: upgrade GitHub Actions to Node.js 24 compatible versions (
7ab4117) - style: apply rustfmt for Rust 1.85.0 formatting rules (
731010b) - chore: migrate workspace to edition 2024 (
7d687b4) - chore: upgrade Rust toolchain from 1.82.0 to 1.85.0 (
ec10bb0)
📦 Installation
cargo install east-cliOr download a prebuilt binary from the assets below.
| Platform | Architecture | Asset |
|---|---|---|
| Linux | x64 | east-x86_64-unknown-linux-gnu.tar.gz |
| Linux | ARM64 | east-aarch64-unknown-linux-gnu.tar.gz |
| macOS | Intel | east-x86_64-apple-darwin.tar.gz |
| macOS | Apple Silicon | east-aarch64-apple-darwin.tar.gz |
| macOS | Universal | east-universal-apple-darwin.tar.gz |
| Windows | x64 | east-x86_64-pc-windows-msvc.zip |
| Windows | ARM64 | east-aarch64-pc-windows-msvc.zip |
Checksums: See checksums-sha256.txt for SHA-256 verification.