Skip to content

Commit f0441c6

Browse files
author
Stjepan Glavina
committed
Bump to v2.2.0
1 parent 5b605c4 commit f0441c6

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# Version 2.2.0
2+
3+
- Add functions to upgrade and downgrade `RwLock` guards.
4+
- Make all constructors `const fn`.
5+
16
# Version 2.1.3
27

38
- Add `#![forbid(unsafe_code)]`.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "async-lock"
3-
version = "2.1.3"
3+
version = "2.2.0"
44
authors = ["Stjepan Glavina <[email protected]>"]
55
edition = "2018"
66
description = "Async synchronization primitives"

0 commit comments

Comments
 (0)