v1.4.0
Installation
Download the appropriate binary for your Mac:
| Platform | File |
|---|---|
| Apple Silicon | timeout-macos-arm64.tar.gz |
| Intel | timeout-macos-x86_64.tar.gz |
| Universal | timeout-macos-universal.tar.gz |
# Example: Install universal binary
tar -xzf timeout-macos-universal.tar.gz
sudo mv timeout /usr/local/bin/Verify with timeout --version.
What's Changed
- feat: compile-time safe timing with Rust 1.91 checked operations. Rep… by @denispol in #29
- docs: vertical alignment of the different timeframes was incorrect by @denispol in #30
- Feat/resource limiter by @denispol in #31
- Feat/add fuzz and verification by @denispol in #32
Full Changelog: v1.3.0...v1.4.0