1.1.1
Changes since 1.1.0: - Duct now uses a global `Mutex` to prevent pipe inheritance bugs caused by the lack of `pipe2` on macOS. (The Python version of Duct relies on `close_fds=True` instead, but the Rust standard library has no equivalent.)
Changes since 1.1.0: - Duct now uses a global `Mutex` to prevent pipe inheritance bugs caused by the lack of `pipe2` on macOS. (The Python version of Duct relies on `close_fds=True` instead, but the Rust standard library has no equivalent.)