File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change
1
+ # 0.5.2
2
+
3
+ * Add Unix socket methods to ` SockAddr `
4
+ (https://github.com/rust-lang/socket2/pull/403 and
5
+ https://github.com/rust-lang/socket2/pull/429 ).
6
+ * Added ` SockAddr::as_storage `
7
+ (https://github.com/rust-lang/socket2/pull/417 ).
8
+ * Added ` SockAddr::set_length `
9
+ (https://github.com/rust-lang/socket2/pull/428 ).
10
+ * Added ` Protocol::UDPLITE `
11
+ (https://github.com/rust-lang/socket2/pull/427 ).
12
+ * Update windows-sys to 0.48
13
+ (https://github.com/rust-lang/socket2/pull/422 ).
14
+ * Fixes Fuchsia target after it changes in 1.68, see
15
+ < https://github.com/rust-lang/rust/blob/master/RELEASES.md#version-1680-2023-03-09 >
16
+ (https://github.com/rust-lang/socket2/pull/423 ).
17
+ * Fixes musl target and adds it to the CI
18
+ (https://github.com/rust-lang/socket2/pull/426 ).
19
+
1
20
# 0.5.1
2
21
3
22
## Added
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " socket2"
3
- version = " 0.5.1 "
3
+ version = " 0.5.2 "
4
4
authors = [
5
5
" Alex Crichton <alex@alexcrichton.com>" ,
6
6
" Thomas de Zeeuw <thomasdezeeuw@gmail.com>"
You can’t perform that action at this time.
0 commit comments