Skip to content

Commit 716bffb

Browse files
authored
Merge pull request #334 from peterthejohnston/master
2 parents 1b7e91e + ff17324 commit 716bffb

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
17
## parking_lot_core 0.9.1 (2022-02-06)
28

39
- Bump windows-sys dependency to 0.32. (#316)

core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "parking_lot_core"
3-
version = "0.9.1"
3+
version = "0.9.2"
44
authors = ["Amanieu d'Antras <amanieu@gmail.com>"]
55
description = "An advanced API for creating custom synchronization primitives."
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)