File tree Expand file tree Collapse file tree 3 files changed +14
-3
lines changed Expand file tree Collapse file tree 3 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 60
60
- aarch64-apple-darwin
61
61
- aarch64-apple-ios
62
62
- aarch64-apple-tvos
63
- - aarch64-apple-visionos
63
+ # Broken, see https://github.com/rust-lang/socket2/issues/538.
64
+ # - aarch64-apple-visionos
64
65
- aarch64-apple-watchos
65
66
- aarch64-linux-android
66
67
- aarch64-unknown-freebsd
74
75
- armv7-linux-androideabi
75
76
- armv7-sony-vita-newlibeabihf
76
77
- i686-linux-android
77
- - i686-unknown-hurd-gnu
78
+ # Broken, see https://github.com/rust-lang/socket2/issues/539.
79
+ # - i686-unknown-hurd-gnu
78
80
- i686-unknown-linux-gnu
79
81
- sparcv9-sun-solaris
80
82
- x86_64-apple-darwin
Original file line number Diff line number Diff line change
1
+ # 0.5.8
2
+
3
+ * Added ` Socket::(set_)header_included_v4 ` and
4
+ ` Socket::(set_)header_included_v6 `
5
+ (https://github.com/rust-lang/socket2/pull/518 ).
6
+ * Added support for ` Socket::original_dst ` and
7
+ ` Socket::original_dst_ipv6 ` on Windows
8
+ (https://github.com/rust-lang/socket2/pull/529 ).
9
+
1
10
# 0.5.7
2
11
3
12
* Added ` Socket::(set_)passcred `
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " socket2"
3
- version = " 0.5.7 "
3
+ version = " 0.5.8 "
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