From 847b5cab64fe3a87f853de0cac479d78e5a7ee77 Mon Sep 17 00:00:00 2001 From: Amanieu d'Antras Date: Sun, 6 Feb 2022 14:17:10 +0000 Subject: [PATCH] Release parking_lot_core 0.9.1 --- CHANGELOG.md | 4 ++++ core/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d1951e95..2e5d17c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## parking_lot_core 0.9.1 (2022-02-06) + +- Bump windows-sys dependency to 0.32. (#316) + ## parking_lot 0.12.0, parking_lot_core 0.9.0, lock_api 0.4.6 (2022-01-28) - The MSRV is bumped to 1.49.0. diff --git a/core/Cargo.toml b/core/Cargo.toml index f00c3e19..f053e455 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "parking_lot_core" -version = "0.9.0" +version = "0.9.1" authors = ["Amanieu d'Antras "] description = "An advanced API for creating custom synchronization primitives." license = "Apache-2.0/MIT"