We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a14d50 commit 5e48a40Copy full SHA for 5e48a40
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+# Version 1.7.0
2
+
3
+- Replace direct dependency on libc with rustix. (#31)
4
+- Reduce the number of syscalls used in the `into_stdio` method. (#31)
5
+- Add windows::CommandExt::raw_arg on Rust 1.62+. (#32)
6
+- Update windows-sys to 0.48. (#39)
7
8
# Version 1.6.0
9
10
- Switch from `winapi` to `windows-sys` (#27)
Cargo.toml
@@ -3,7 +3,7 @@ name = "async-process"
# When publishing a new version:
# - Update CHANGELOG.md
# - Create "v1.x.y" git tag
-version = "1.6.0"
+version = "1.7.0"
authors = ["Stjepan Glavina <[email protected]>"]
edition = "2018"
rust-version = "1.48"
0 commit comments