Releases: smol-rs/async-process
Releases · smol-rs/async-process
v2.5.0
- Bump MSRV to 1.71. (#106)
- Add
Command::get_{args, envs, current_dir, program}
(#102)
- Update to
windows-sys
v0.61. (#104)
- Remove dependency on
async_lock
on Windows. (#103)
v2.4.0
- Add a new optional
tracing
feature. When enabled, this feature adds logging
to the implementation. By default it is disabled. (#101)
- Fix build failure when compiled together with old versions of
async-signal
. (#96)
- Fix build failure with minimal-versions. (#101)
- Update
windows-sys
to v0.60. (#99)
v2.3.1
- Update rustix to 1.0. (#94)
v2.3.0
- Use a more efficient backend on Windows. (#87)
v2.2.4
- Update to
windows-sys
v0.59. (#85)
v2.2.3
- Fix builds on Android by having Android unconditionally use the signal reaper
backend. (#80)
v2.2.2
- Fix a typo in the docs for
ChildStdin
. (#76)
v2.2.1
- Fix a compilation error for 32-bit operating systems by using a 32-bit zombie counter. (#75)
v2.2.0
- Port Linux to a new backend that tries to use
pidfd
if it is available. (#68)
v2.1.0
- Update
event-listener
to v5.1.0. (#67)