File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 1+ # 0.4.5
2+
3+ ## Changed
4+
5+ * Replace ` winapi ` dependency with ` windows-sys `
6+ (https://github.com/rust-lang/socket2/pull/303 ).
7+
8+ ## Added
9+
10+ * ` Socket::join_ssm_v4 ` and ` Socket::leave_ssm_v4 `
11+ (https://github.com/rust-lang/socket2/pull/298 ).
12+ * ` Socket::set_recv_tos ` and ` Socket::recv_tos `
13+ (https://github.com/rust-lang/socket2/pull/299 ).
14+
15+ ## Fixed
16+
17+ * Fix OpenBSD build
18+ (https://github.com/rust-lang/socket2/pull/291 ).
19+ * Fix OpenBSD build
20+ (https://github.com/rust-lang/socket2/pull/291 ).
21+
122# 0.4.4
223
324## Fixed
Original file line number Diff line number Diff line change 11[package ]
22name = " socket2"
3- version = " 0.4.4 "
3+ version = " 0.4.5 "
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