Skip to content

Commit 580be7e

Browse files
committed
Release 1.6.0
1 parent de10717 commit 580be7e

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# Version 1.6.0
2+
3+
- Switch from `winapi` to `windows-sys` (#27)
4+
- Remove the dependency on the `once_cell` crate to restore the MSRV (#26)
5+
- Fix build failure with minimal-versions (#28)
6+
17
# Version 1.5.0
28

39
- Implement `AsRawFd` for `ChildStd*` on Unix (#23)

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "async-process"
33
# When publishing a new version:
44
# - Update CHANGELOG.md
55
# - Create "v1.x.y" git tag
6-
version = "1.5.0"
6+
version = "1.6.0"
77
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
88
edition = "2018"
99
rust-version = "1.46"
@@ -41,5 +41,5 @@ default-features = false
4141
features = [
4242
"Win32_Foundation",
4343
"Win32_System_Threading",
44-
"Win32_System_WindowsProgramming"
45-
]
44+
"Win32_System_WindowsProgramming"
45+
]

0 commit comments

Comments
 (0)