Skip to content

Commit b98b33e

Browse files
author
Stjepan Glavina
committed
Bump to v2.0.1
1 parent 1962cf1 commit b98b33e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Version 2.0.1
2+
3+
- Update crate description.
4+
15
# Version 2.0.0
26

37
- Only re-export `async-mutex` and `async-rwlock`.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "async-lock"
33
version = "2.0.0"
44
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
55
edition = "2018"
6-
description = "Reference-counted async lock"
6+
description = "Async locking primitives"
77
license = "Apache-2.0 OR MIT"
88
repository = "https://github.com/stjepang/async-lock"
99
homepage = "https://github.com/stjepang/async-lock"

0 commit comments

Comments
 (0)