Skip to content

v0.1.0

Latest

Choose a tag to compare

@github-actions github-actions released this 03 Feb 21:41
· 1 commit to main since this release
Fix Windows build: make Unix-specific stdin code conditional

- Use #[cfg(unix)] for non-blocking stdin via fcntl
- Make libc a Unix-only dependency
- Windows uses blocking stdin (piping still works)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>