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.3
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
## parking_lot_core 0.9.3 (2022-04-30)
|
||||
|
||||
- Bump windows-sys dependency to 0.36. (#339)
|
||||
|
||||
## parking_lot_core 0.9.2, lock_api 0.4.7 (2022-03-25)
|
||||
|
||||
- Enable const new() on lock types on stable. (#325)
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "parking_lot_core"
|
||||
version = "0.9.2"
|
||||
version = "0.9.3"
|
||||
authors = ["Amanieu d'Antras <amanieu@gmail.com>"]
|
||||
description = "An advanced API for creating custom synchronization primitives."
|
||||
license = "MIT OR Apache-2.0"
|
||||
|
||||
Reference in New Issue
Block a user