mirror of
https://github.com/openharmony/third_party_rust_parking_lot.git
synced 2026-07-01 21:03:59 -04:00
Merge pull request #334 from peterthejohnston/master
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
## parking_lot_core 0.9.2 (2022-03-25)
|
||||
|
||||
- Bump windows-sys dependency to 0.34. (#331)
|
||||
- Bump petgraph dependency to 0.6. (#326)
|
||||
- Don't use pthread attributes on the espidf platform. (#319)
|
||||
|
||||
## parking_lot_core 0.9.1 (2022-02-06)
|
||||
|
||||
- Bump windows-sys dependency to 0.32. (#316)
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "parking_lot_core"
|
||||
version = "0.9.1"
|
||||
version = "0.9.2"
|
||||
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