Skip to content

v2.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Nov 01:28
· 25 commits to master since this release
v2.0.0
90f343f
  • Breaking: Remove the pre_exec extension function on Unix. It is still available through the From<std::process::Command> implementation on Command. (#54)
  • Add the driver() function, which allows the processes to be driven without a separate thread. (#52)
  • Bump async-io to v2.0.0 and async-channel to v2.0.0. (#60)