We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e47157c commit 642df44Copy full SHA for 642df44
2 files changed
CHANGELOG.md
@@ -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
12
# 0.6.2
13
14
* `MsgHdr` and `MsgHdrMut` are marked as transparent meaning both have the same
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "socket2"
-version = "0.6.2"
+version = "0.6.3"
authors = [
"Alex Crichton <alex@alexcrichton.com>",
"Thomas de Zeeuw <thomasdezeeuw@gmail.com>"
0 commit comments