Skip to content

Commit 642df44

Browse files
committed
Release v0.6.3
1 parent e47157c commit 642df44

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# 0.6.3
2+
3+
* Added support for wasm32-wasip2.
4+
* Added `Socket::(set_)ip_transparent_v6`.
5+
* Added `Socket::set_tcp_ack_frequency`.
6+
* Support windows-sys v0.61 in addition to v0.60.
7+
8+
**POTENTIALLY BREAKING** The MSRV of windows-sys v0.61 is 1.71. To use socket2
9+
with its MSRV of 1.70, please downgrade windows-sys to v0.60.x. This can be done
10+
using: `cargo update windows-sys --precise 0.60.2`
11+
112
# 0.6.2
213

314
* `MsgHdr` and `MsgHdrMut` are marked as transparent meaning both have the same

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "socket2"
3-
version = "0.6.2"
3+
version = "0.6.3"
44
authors = [
55
"Alex Crichton <alex@alexcrichton.com>",
66
"Thomas de Zeeuw <thomasdezeeuw@gmail.com>"

0 commit comments

Comments
 (0)