v2.0.0
- Breaking: Remove the
pre_exec
extension function on Unix. It is still available through theFrom<std::process::Command>
implementation onCommand
. (#54) - Add the
driver()
function, which allows the processes to be driven without a separate thread. (#52) - Bump
async-io
to v2.0.0 andasync-channel
to v2.0.0. (#60)