3.2.0
- Added
Control::memory_limit(#7) - Replaced
ChildExt::with_timeoutwithChildExt::controlledandControl::time_limit - Replaced
ChildExt::with_output_timeoutwithChildExt::controlled_with_outputandControl::time_limit - Implemented
From<Output> for ExitStatus - Fixed possible stalling when termination of a timed-out process fails
- Fixed
ExitStatus::codeto always return positive values on Windows- This method previously returned the same values as
process::ExitStatus::codeon Windows, which uses the wrong sign for large values.
- This method previously returned the same values as
- Added support for time limits larger than WinAPI can accept
- Added the "rust-version" field to Cargo.toml
- Replaced winapi with windows-sys
- Increased the minimum supported Rust toolchain version to 1.54.0