File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change
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
+
1
7
# Version 1.5.0
2
8
3
9
- Implement ` AsRawFd ` for ` ChildStd* ` on Unix (#23 )
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "async-process"
3
3
# When publishing a new version:
4
4
# - Update CHANGELOG.md
5
5
# - Create "v1.x.y" git tag
6
- version = " 1.5 .0"
6
+ version = " 1.6 .0"
7
7
authors = [" Stjepan Glavina <stjepang@gmail.com>" ]
8
8
edition = " 2018"
9
9
rust-version = " 1.46"
@@ -41,5 +41,5 @@ default-features = false
41
41
features = [
42
42
" Win32_Foundation" ,
43
43
" Win32_System_Threading" ,
44
- " Win32_System_WindowsProgramming"
45
- ]
44
+ " Win32_System_WindowsProgramming"
45
+ ]
You can’t perform that action at this time.
0 commit comments