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 6060 - aarch64-apple-darwin
6161 - aarch64-apple-ios
6262 - aarch64-apple-tvos
63- - aarch64-apple-visionos
63+ # Broken, see https://github.com/rust-lang/socket2/issues/538.
64+ # - aarch64-apple-visionos
6465 - aarch64-apple-watchos
6566 - aarch64-linux-android
6667 - aarch64-unknown-freebsd
7475 - armv7-linux-androideabi
7576 - armv7-sony-vita-newlibeabihf
7677 - i686-linux-android
77- - i686-unknown-hurd-gnu
78+ # Broken, see https://github.com/rust-lang/socket2/issues/539.
79+ # - i686-unknown-hurd-gnu
7880 - i686-unknown-linux-gnu
7981 - sparcv9-sun-solaris
8082 - 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+
110# 0.5.7
211
312* Added ` Socket::(set_)passcred `
Original file line number Diff line number Diff line change 11[package ]
22name = " socket2"
3- version = " 0.5.7 "
3+ version = " 0.5.8 "
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