From ccdb9565de64f4de70c414a1f3273dcc213682f9 Mon Sep 17 00:00:00 2001 From: John Nunley Date: Fri, 24 Nov 2023 07:49:22 -0800 Subject: [PATCH] v2.2.1 Signed-off-by: John Nunley --- CHANGELOG.md | 5 +++++ Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a2cad00..f784866 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# Version 2.2.1 + +- Remove dependency on `waker-fn`. (#165) +- Update `windows-sys` to v0.52.0. (#173) + # Version 2.2.0 - Bump `async-lock` and `futures-lite` to their latest version. (#170) diff --git a/Cargo.toml b/Cargo.toml index 6a3ab46..22ecbd7 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.2.0" +version = "2.2.1" authors = ["Stjepan Glavina "] edition = "2021" rust-version = "1.63"