We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1b7e91e + ff17324 commit 716bffbCopy full SHA for 716bffb
2 files changed
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## parking_lot_core 0.9.2 (2022-03-25)
2
+
3
+- Bump windows-sys dependency to 0.34. (#331)
4
+- Bump petgraph dependency to 0.6. (#326)
5
+- Don't use pthread attributes on the espidf platform. (#319)
6
7
## parking_lot_core 0.9.1 (2022-02-06)
8
9
- Bump windows-sys dependency to 0.32. (#316)
core/Cargo.toml
@@ -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"
0 commit comments