Skip to content

Commit 847b5ca

Browse files
committedFeb 6, 2022
Release parking_lot_core 0.9.1
1 parent 1e14da7 commit 847b5ca

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed
 

‎CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## parking_lot_core 0.9.1 (2022-02-06)
2+
3+
- Bump windows-sys dependency to 0.32. (#316)
4+
15
## parking_lot 0.12.0, parking_lot_core 0.9.0, lock_api 0.4.6 (2022-01-28)
26

37
- The MSRV is bumped to 1.49.0.

‎core/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "parking_lot_core"
3-
version = "0.9.0"
3+
version = "0.9.1"
44
authors = ["Amanieu d'Antras <amanieu@gmail.com>"]
55
description = "An advanced API for creating custom synchronization primitives."
66
license = "Apache-2.0/MIT"

0 commit comments

Comments
 (0)
Please sign in to comment.