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 5800dd3 commit c35b72fCopy full SHA for c35b72f
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+# Version 2.3.4
2
+
3
+- Update `windows-sys` to v0.59. (#195)
4
+- On NetBSD/DragonflyBSD, set `nosigpipe` on sockets. (#196)
5
6
# Version 2.3.3
7
8
- Fix nightly clippy warnings. (#191)
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.3"
+version = "2.3.4"
authors = ["Stjepan Glavina <[email protected]>"]
edition = "2021"
9
rust-version = "1.63"
0 commit comments