Skip to content

Commit ff79dee

Browse files
committed
Release v0.4.7
1 parent bfa740c commit ff79dee

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -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+
18
# 0.4.6
29

310
* Reverted back to the `winapi` dependency as switch to `windows-sys` was a

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "socket2"
3-
version = "0.4.6"
3+
version = "0.4.7"
44
authors = [
55
"Alex Crichton <[email protected]>",
66
"Thomas de Zeeuw <[email protected]>"

0 commit comments

Comments
 (0)