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 45f05fc commit 656ef9fCopy full SHA for 656ef9f
CHANGELOG.md
@@ -1,4 +1,11 @@
1
-# 0.4.8
+# 0.4.9
2
+
3
+* Fixed compilation on Windows
4
+ (https://github.com/rust-lang/socket2/pull/409).
5
6
+# 0.4.8 (yanked)
7
8
+This release was broken for Windows.
9
10
* Add `Socket::peek_sender` (backport)
11
(https://github.com/rust-lang/socket2/pull/404).
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "socket2"
-version = "0.4.8"
+version = "0.4.9"
authors = [
"Alex Crichton <alex@alexcrichton.com>",
"Thomas de Zeeuw <thomasdezeeuw@gmail.com>"
0 commit comments