We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33a98be commit 6137f64Copy full SHA for 6137f64
CHANGELOG.md
@@ -1,3 +1,12 @@
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
10
# 0.5.7
11
12
* Added `Socket::(set_)passcred`
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "socket2"
-version = "0.5.7"
+version = "0.5.8"
authors = [
"Alex Crichton <[email protected]>",
"Thomas de Zeeuw <[email protected]>"
0 commit comments