Skip to content

Commit e9f9f40

Browse files
committed
Release lock_api 0.4.10 and parking_lot_core 0.9.8
1 parent 6962d2f commit e9f9f40

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## parking_lot_core 0.9.8, lock_api 0.4.10 (2023-06-05)
2+
3+
- Mark guards with `#[clippy::has_significant_drop]` (#369, #371)
4+
- Removed windows-sys dependency (#374, #378)
5+
- Add `atomic_usize` default feature to support platforms without atomics. (#380)
6+
- Add with_upgraded API to upgradable read locks (#386)
7+
- Make RwLock guards Sync again (#370)
8+
19
## parking_lot_core 0.9.7 (2023-02-01)
210

311
- Update windows-sys dependency to 0.45. (#368)

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.7"
3+
version = "0.9.8"
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"

lock_api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lock_api"
3-
version = "0.4.9"
3+
version = "0.4.10"
44
authors = ["Amanieu d'Antras <amanieu@gmail.com>"]
55
description = "Wrappers to create fully-featured Mutex and RwLock types. Compatible with no_std."
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)