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)
214
315## Changed
416
Original file line number Diff line number Diff line change 11[package ]
22name = " socket2"
3- version = " 0.4.5 "
3+ version = " 0.4.6 "
44authors = [
55 " Alex Crichton <alex@alexcrichton.com>" ,
66 " Thomas de Zeeuw <thomasdezeeuw@gmail.com>"
You can’t perform that action at this time.
0 commit comments