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 aebcbc4 commit 621aba3Copy full SHA for 621aba3
CHANGELOG.md
@@ -1,3 +1,18 @@
1
+# 0.5.1
2
+
3
+## Added
4
5
+* `Type::cloexec` for Redox and Solaris
6
+ (https://github.com/rust-lang/socket2/pull/398).
7
+* Generate documentation for more targets on docs.rs
8
9
10
11
+## Fixed
12
13
+* Generatation of documentation on docs.rs
14
15
16
# 0.5.0
17
18
## Changed
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "socket2"
-version = "0.5.0"
+version = "0.5.1"
authors = [
"Alex Crichton <alex@alexcrichton.com>",
"Thomas de Zeeuw <thomasdezeeuw@gmail.com>"
0 commit comments