mirror of
https://github.com/openharmony/third_party_rust_parking_lot.git
synced 2026-07-01 21:03:59 -04:00
Release parking_lot_core 0.9.1
This commit is contained in:
@@ -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.
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "parking_lot_core"
|
||||
version = "0.9.0"
|
||||
version = "0.9.1"
|
||||
authors = ["Amanieu d'Antras <amanieu@gmail.com>"]
|
||||
description = "An advanced API for creating custom synchronization primitives."
|
||||
license = "Apache-2.0/MIT"
|
||||
|
||||
Reference in New Issue
Block a user