From 46e69faa30fc97496f868003b1ba7070f66ac6e7 Mon Sep 17 00:00:00 2001 From: John Nunley Date: Sat, 25 May 2024 12:09:23 -0700 Subject: [PATCH] v1.6.1 Signed-off-by: John Nunley --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aacd92f..b22c680 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# Version 1.6.1 + +- Remove our dependency on the `async-lock` crate. (#59) + # Version 1.6.0 - Panics that occur in `unblock`ed functions are now propagated to the calling diff --git a/Cargo.toml b/Cargo.toml index ef2415b..8affb3c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "blocking" # When publishing a new version: # - Update CHANGELOG.md # - Create "v1.x.y" git tag -version = "1.6.0" +version = "1.6.1" authors = ["Stjepan Glavina "] edition = "2021" rust-version = "1.63"