Skip to content

Commit f6af6a9

Browse files
author
Stjepan Glavina
committed
Bump to v2.1.1
1 parent 41c5207 commit f6af6a9

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
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.1.1
2+
3+
- Update crate description.
4+
15
# Version 2.1.0
26

37
- Add `Barrier` and `Semaphore`.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[package]
22
name = "async-lock"
3-
version = "2.1.0"
3+
version = "2.1.1"
44
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
55
edition = "2018"
6-
description = "Async locking primitives"
6+
description = "Async synchronization primitives"
77
license = "Apache-2.0 OR MIT"
88
repository = "https://github.com/stjepang/async-lock"
99
homepage = "https://github.com/stjepang/async-lock"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ https://crates.io/crates/async-lock)
99
[![Documentation](https://docs.rs/async-lock/badge.svg)](
1010
https://docs.rs/async-lock)
1111

12-
Async locking primitives.
12+
Async synchronization primitives.
1313

1414
This crate provides the following primitives:
1515

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//! Async locking primitives.
1+
//! Async synchronization primitives.
22
//!
33
//! This crate provides the following primitives:
44
//!

0 commit comments

Comments
 (0)