Skip to content

Commit

Permalink
Release parking_lot 0.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Amanieu committed May 24, 2024
1 parent f7efcae commit a29dd3d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## parking_lot 0.12.3 (2024-05-24)

- Export types provided by arc_lock feature (#442)

## parking_lot 0.12.2, parking_lot_core 0.9.10, lock_api 0.4.12 (2024-04-15)

- Fixed panic when calling `with_upgraded` twice on a `ArcRwLockUpgradableReadGuard` (#431)
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "parking_lot"
version = "0.12.2"
version = "0.12.3"
authors = ["Amanieu d'Antras <amanieu@gmail.com>"]
description = "More compact and efficient implementations of the standard synchronization primitives."
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit a29dd3d

Please sign in to comment.