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 1962cf1 commit b98b33eCopy full SHA for b98b33e
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# Version 2.0.1
2
+
3
+- Update crate description.
4
5
# Version 2.0.0
6
7
- Only re-export `async-mutex` and `async-rwlock`.
Cargo.toml
@@ -3,7 +3,7 @@ name = "async-lock"
version = "2.0.0"
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
edition = "2018"
-description = "Reference-counted async lock"
+description = "Async locking primitives"
license = "Apache-2.0 OR MIT"
8
repository = "https://github.com/stjepang/async-lock"
9
homepage = "https://github.com/stjepang/async-lock"
0 commit comments