Skip to content

Commit c35b72f

Browse files
committed
v2.3.4
Signed-off-by: John Nunley <[email protected]>
1 parent 5800dd3 commit c35b72f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
16
# Version 2.3.3
27

38
- Fix nightly clippy warnings. (#191)

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "async-io"
33
# When publishing a new version:
44
# - Update CHANGELOG.md
55
# - Create "v2.x.y" git tag
6-
version = "2.3.3"
6+
version = "2.3.4"
77
authors = ["Stjepan Glavina <[email protected]>"]
88
edition = "2021"
99
rust-version = "1.63"

0 commit comments

Comments
 (0)