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 bfa740c commit ff79deeCopy full SHA for ff79dee
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+# 0.4.7
2
+
3
+* Fixes compilation on OpenBSD
4
+ (https://github.com/rust-lang/socket2/pull/344).
5
+* Fixes compilation on DragonFlyBSD
6
+ (https://github.com/rust-lang/socket2/pull/342).
7
8
# 0.4.6
9
10
* Reverted back to the `winapi` dependency as switch to `windows-sys` was a
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "socket2"
-version = "0.4.6"
+version = "0.4.7"
authors = [
"Alex Crichton <alex@alexcrichton.com>",
"Thomas de Zeeuw <thomasdezeeuw@gmail.com>"
0 commit comments