File tree Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 1+ # 0.5.7
2+
3+ * Added ` Socket::(set_)passcred `
4+ (https://github.com/rust-lang/socket2/pull/506 ).
5+ * Added ` RecvFlags::is_confirm ` and ` RecvFlags::is_dontroute `
6+ (https://github.com/rust-lang/socket2/pull/499 ).
7+ * Added ` MsgHdrMut::control_len `
8+ (https://github.com/rust-lang/socket2/pull/505 ).
9+
110# 0.5.6
211
312* Added ` Socket::(set_)multicast_all_v{4,6} `
413 (https://github.com/rust-lang/socket2/pull/485 and
5- ( https://github.com/rust-lang/socket2/pull/486 ).
14+ https://github.com/rust-lang/socket2/pull/486 ).
615* Added support for GNU/Hurd
716 (https://github.com/rust-lang/socket2/pull/474 ).
817* Fixes compilation on Haiku
918 (https://github.com/rust-lang/socket2/pull/479 and
10- ( https://github.com/rust-lang/socket2/pull/482 ).
19+ https://github.com/rust-lang/socket2/pull/482 ).
1120* Fixes compilation on OpenHarmony
1221 (https://github.com/rust-lang/socket2/pull/491 ).
1322* Update to window-sys v0.52
Original file line number Diff line number Diff line change 11[package ]
22name = " socket2"
3- version = " 0.5.6 "
3+ version = " 0.5.7 "
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