Skip to content

Commit

Permalink
Release lock_api 0.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Amanieu committed Mar 30, 2022
1 parent 716bffb commit 4160edf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## parking_lot_core 0.9.2 (2022-03-25)
## parking_lot_core 0.9.2, lock_api 0.4.7 (2022-03-25)

- Enable const new() on lock types on stable. (#325)
- Bump windows-sys dependency to 0.34. (#331)
- Bump petgraph dependency to 0.6. (#326)
- Don't use pthread attributes on the espidf platform. (#319)
Expand Down
2 changes: 1 addition & 1 deletion lock_api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lock_api"
version = "0.4.6"
version = "0.4.7"
authors = ["Amanieu d'Antras <[email protected]>"]
description = "Wrappers to create fully-featured Mutex and RwLock types. Compatible with no_std."
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 4160edf

Please sign in to comment.