Mago 1.18.1
Patch release fixing a CI failure that prevented 1.18.0 binaries from being built for aarch64-unknown-linux-gnu and aarch64-unknown-linux-musl targets.
🐛 Bug Fixes
Tests
- Skip stdin_input integration tests when cross-compiling: The
--stdin-inputintegration tests spawn the builtmagobinary as a subprocess. When cross-compiling (e.g., aarch64 target on an x86_64 CI runner), the binary can't execute, causing all 5 tests to fail. These tests now detect cross-compilation and skip gracefully.
Full Changelog: 1.18.0...1.18.1