We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b605c4 commit f0441c6Copy full SHA for f0441c6
CHANGELOG.md
@@ -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
6
# Version 2.1.3
7
8
- Add `#![forbid(unsafe_code)]`.
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "async-lock"
-version = "2.1.3"
+version = "2.2.0"
authors = ["Stjepan Glavina <[email protected]>"]
edition = "2018"
description = "Async synchronization primitives"
0 commit comments