From d52dba4c00158ba242ead25b605e3eebc4de275f Mon Sep 17 00:00:00 2001 From: David Campbell Date: Sun, 11 May 2025 20:27:43 -0400 Subject: [PATCH] v2.4.1 Make a release with updated rustix dependency, so that you can build this library on Redox. --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 048b60e..3856dea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# Version 2.4.1 + +- Update to rustix version 1.0.7. (#221) + # Version 2.4.0 - Make it so the `Exit` filter can be created without passing ownership of the diff --git a/Cargo.toml b/Cargo.toml index 277c53a..5d2f087 100644 --- a/Cargo.toml +++ b/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 "] edition = "2021" rust-version = "1.63"