Skip to content

Commit 4160edf

Browse files
committed
Release lock_api 0.4.7
1 parent 716bffb commit 4160edf

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
## parking_lot_core 0.9.2 (2022-03-25)
1+
## parking_lot_core 0.9.2, lock_api 0.4.7 (2022-03-25)
22

3+
- Enable const new() on lock types on stable. (#325)
34
- Bump windows-sys dependency to 0.34. (#331)
45
- Bump petgraph dependency to 0.6. (#326)
56
- Don't use pthread attributes on the espidf platform. (#319)

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.6"
3+
version = "0.4.7"
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)