From fa859df5893f28df3e7b32224bb237a0efaf71a2 Mon Sep 17 00:00:00 2001 From: Amanieu d'Antras Date: Tue, 18 Oct 2022 13:56:27 +0100 Subject: [PATCH] Release parking_lot_core 0.9.4 --- CHANGELOG.md | 4 ++++ core/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9369d88a..d4b953fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## parking_lot_core 0.9.4 (2022-10-18) + +- Bump windows-sys dependency to 0.42. (#356) + ## lock_api 0.4.9 (2022-09-20) - Fixed `ReentrantMutexGuard::try_map` signature (#355) diff --git a/core/Cargo.toml b/core/Cargo.toml index dd0e38f8..a683bfd7 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "parking_lot_core" -version = "0.9.3" +version = "0.9.4" authors = ["Amanieu d'Antras "] description = "An advanced API for creating custom synchronization primitives." license = "MIT OR Apache-2.0"