File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 1
- # 0.4.5
1
+ # 0.4.6
2
+
3
+ * Reverted back to the ` winapi ` dependency as switch to ` windows-sys ` was a
4
+ breaking change (https://github.com/rust-lang/socket2/pull/340 ).
5
+ Note that we'll will switch to ` windows-sys ` in v0.5 .
6
+ * Disable RECVTOS on OpenBSD
7
+ (https://github.com/rust-lang/socket2/pull/307 ).
8
+ * Derive Clone for SockAddr
9
+ (https://github.com/rust-lang/socket2/pull/311 ).
10
+ * Fix cfg attributes for Fuchsia
11
+ (https://github.com/rust-lang/socket2/pull/314 ).
12
+
13
+ # 0.4.5 (yanked)
2
14
3
15
## Changed
4
16
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " socket2"
3
- version = " 0.4.5 "
3
+ version = " 0.4.6 "
4
4
authors = [
5
5
" Alex Crichton <[email protected] >" ,
6
6
" Thomas de Zeeuw <[email protected] >"
You can’t perform that action at this time.
0 commit comments