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
+
1
22
# 0.4.4
2
23
3
24
## Fixed
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " socket2"
3
- version = " 0.4.4 "
3
+ version = " 0.4.5 "
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