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 03dd9fd commit e70eb96Copy full SHA for e70eb96
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# Version 1.1.5
2
+
3
+- Replace the implementation with `async-mutex`.
4
5
# Version 1.1.4
6
7
- Replace `usize::MAX` with `std::usize::MAX`.
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "async-lock"
-version = "1.1.4"
+version = "1.1.5"
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
edition = "2018"
description = "Reference-counted async lock"
0 commit comments