1 parent 716bffb commit 4160edfCopy full SHA for 4160edf
2 files changed
CHANGELOG.md
@@ -1,5 +1,6 @@
1
-## parking_lot_core 0.9.2 (2022-03-25)
+## parking_lot_core 0.9.2, lock_api 0.4.7 (2022-03-25)
2
3
+- Enable const new() on lock types on stable. (#325)
4
- Bump windows-sys dependency to 0.34. (#331)
5
- Bump petgraph dependency to 0.6. (#326)
6
- Don't use pthread attributes on the espidf platform. (#319)
lock_api/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "lock_api"
-version = "0.4.6"
+version = "0.4.7"
authors = ["Amanieu d'Antras <amanieu@gmail.com>"]
description = "Wrappers to create fully-featured Mutex and RwLock types. Compatible with no_std."
license = "MIT OR Apache-2.0"
0 commit comments