Skip to content

Commit

Permalink
version 0.13.7
Browse files Browse the repository at this point in the history
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
oconnor663 committed Dec 22, 2023
1 parent 5c70737 commit f741df6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
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"
Expand Down
2 changes: 1 addition & 1 deletion duct_sh/Cargo.toml
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"
Expand Down

0 comments on commit f741df6

Please sign in to comment.