v1.1.1
Installation
Download the appropriate binary for your Mac:
| Platform | File |
|---|---|
| Apple Silicon | timeout-v1.1.1-macos-arm64.tar.gz |
| Intel | timeout-v1.1.1-macos-x86_64.tar.gz |
| Universal | timeout-v1.1.1-macos-universal.tar.gz |
# Example: Install universal binary
tar -xzf timeout-v1.1.1-macos-universal.tar.gz
sudo mv timeout /usr/local/bin/Verify with timeout --version.
What's Changed
- ci(safety): rust 1.91, miri validation, stricter lints by @denispol in #8
- chore: release v1.1.1 by @denispol in #9
Full Changelog: v1.1.0...v1.1.1