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 03211da commit 71cad22Copy full SHA for 71cad22
CHANGELOG.md
@@ -1,3 +1,12 @@
1
+# 0.4.10
2
+
3
+* Fixed compilation with the `all` on QNX Neutrino
4
+ (https://github.com/rust-lang/socket2/pull/419).
5
+* Add support for ESP-IDF
6
+ (https://github.com/rust-lang/socket2/pull/455).
7
+* Add support for Vita
8
+ (https://github.com/rust-lang/socket2/pull/475).
9
10
# 0.4.9
11
12
* Fixed compilation on Windows
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "socket2"
-version = "0.4.9"
+version = "0.4.10"
authors = [
"Alex Crichton <[email protected]>",
"Thomas de Zeeuw <[email protected]>"
0 commit comments