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+
15# Version 2.1.0
26
37- Add ` Barrier ` and ` Semaphore ` .
Original file line number Diff line number Diff line change 11[package ]
22name = " async-lock"
3- version = " 2.1.0 "
3+ version = " 2.1.1 "
44authors = [" Stjepan Glavina <stjepang@gmail.com>" ]
55edition = " 2018"
6- description = " Async locking primitives"
6+ description = " Async synchronization primitives"
77license = " Apache-2.0 OR MIT"
88repository = " https://github.com/stjepang/async-lock"
99homepage = " 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)
99[ ![ Documentation] ( https://docs.rs/async-lock/badge.svg )] (
1010https://docs.rs/async-lock )
1111
12- Async locking primitives.
12+ Async synchronization primitives.
1313
1414This crate provides the following primitives:
1515
Original file line number Diff line number Diff line change 1- //! Async locking primitives.
1+ //! Async synchronization primitives.
22//!
33//! This crate provides the following primitives:
44//!
You can’t perform that action at this time.
0 commit comments