We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6685ce commit f692235Copy full SHA for f692235
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# Version 2.3.1
2
+
3
+- On Windows, call `WSAStartup` before any raw socket functions. (#183)
4
5
# Version 2.3.0
6
7
- Add `Waitable`, which allows waiting for waitable handles on
Cargo.toml
@@ -3,7 +3,7 @@ name = "async-io"
# When publishing a new version:
# - Update CHANGELOG.md
# - Create "v2.x.y" git tag
-version = "2.3.0"
+version = "2.3.1"
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
8
edition = "2021"
9
rust-version = "1.63"
0 commit comments