-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changes since 0.13.6: - Avoid unnecessarily dup'ing standard file descriptors. This unbreaks some use cases where those descriptors might not exist at all, like Windows services. See #99.
- Loading branch information
1 parent
5c70737
commit f741df6
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "duct" | ||
version = "0.13.6" | ||
version = "0.13.7" | ||
authors = ["[email protected]"] | ||
description = "a library for running child processes" | ||
repository = "https://github.com/oconnor663/duct.rs" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "duct_sh" | ||
version = "0.13.6" | ||
version = "0.13.7" | ||
authors = ["[email protected]"] | ||
description = "a sub-crate for the sh function, formerly in duct" | ||
repository = "https://github.com/oconnor663/duct.rs/tree/master/duct_sh" | ||
|