Merge pull request #334 from peterthejohnston/master

This commit is contained in:
Amanieu d'Antras
2022-03-30 18:10:32 +02:00
committed by GitHub
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -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
View File
@@ -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"