File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1
1
# [ Unreleased]
2
2
3
+ # [ 0.3.8] - 2023-11-27
4
+
5
+ - Update to windows-sys 0.52.
6
+ [ #91 ] ( https://github.com/lambda-fairy/rust-errno/pull/91 )
7
+
8
+ - Update minimum Rust version to 1.56
9
+ [ #91 ] ( https://github.com/lambda-fairy/rust-errno/pull/91 )
10
+
3
11
# [ 0.3.7] - 2023-11-15
4
12
5
13
- Fix ` to_string() ` handling for unknown error codes
75
83
- Optionally support no_std
76
84
[ #31 ] ( https://github.com/lambda-fairy/rust-errno/pull/31 )
77
85
78
- [ Unreleased ] : https://github.com/lambda-fairy/rust-errno/compare/v0.3.7...HEAD
86
+ [ Unreleased ] : https://github.com/lambda-fairy/rust-errno/compare/v0.3.8...HEAD
87
+ [ 0.3.8 ] : https://github.com/lambda-fairy/rust-errno/compare/v0.3.7...v0.3.8
79
88
[ 0.3.7 ] : https://github.com/lambda-fairy/rust-errno/compare/v0.3.6...v0.3.7
80
89
[ 0.3.6 ] : https://github.com/lambda-fairy/rust-errno/compare/v0.3.5...v0.3.6
81
90
[ 0.3.5 ] : https://github.com/lambda-fairy/rust-errno/compare/v0.3.4...v0.3.5
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
3
3
name = " errno"
4
- version = " 0.3.7 "
4
+ version = " 0.3.8 "
5
5
authors = [" Chris Wong <lambda.fairy@gmail.com>" ]
6
6
7
7
license = " MIT OR Apache-2.0"
You can’t perform that action at this time.
0 commit comments