File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change
1
+ # Version 2.1.1
2
+
3
+ - Update crate description.
4
+
1
5
# Version 2.1.0
2
6
3
7
- Add ` Barrier ` and ` Semaphore ` .
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " async-lock"
3
- version = " 2.1.0 "
3
+ version = " 2.1.1 "
4
4
authors = [" Stjepan Glavina <stjepang@gmail.com>" ]
5
5
edition = " 2018"
6
- description = " Async locking primitives"
6
+ description = " Async synchronization primitives"
7
7
license = " Apache-2.0 OR MIT"
8
8
repository = " https://github.com/stjepang/async-lock"
9
9
homepage = " https://github.com/stjepang/async-lock"
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ https://crates.io/crates/async-lock)
9
9
[ ![ Documentation] ( https://docs.rs/async-lock/badge.svg )] (
10
10
https://docs.rs/async-lock )
11
11
12
- Async locking primitives.
12
+ Async synchronization primitives.
13
13
14
14
This crate provides the following primitives:
15
15
Original file line number Diff line number Diff line change 1
- //! Async locking primitives.
1
+ //! Async synchronization primitives.
2
2
//!
3
3
//! This crate provides the following primitives:
4
4
//!
You can’t perform that action at this time.
0 commit comments