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 08d696a commit a6a176fCopy full SHA for a6a176f
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# Version 2.4.1
2
+
3
+- Update to rustix version 1.0.7. (#221)
4
5
# Version 2.4.0
6
7
- Make it so the `Exit` filter can be created without passing ownership of the
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.4.0"
+version = "2.4.1"
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
8
edition = "2021"
9
rust-version = "1.63"
0 commit comments