File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1+ # Version 3.0.0
2+
3+ - ** Breaking:** Add an enabled-by-default ` std ` feature that allows using this crate without the standard library. (#43 )
4+ - Support blocking and non-blocking operations on the same locks. (#56 )
5+ - Switch to a more efficient event notification mechanism. (#43 )
6+
17# Version 2.8.0
28
39- Fix a bug where the ` SemaphoreGuard::acquire_arc ` future would busy wait under certain conditions (#42 ).
Original file line number Diff line number Diff line change 22name = " async-lock"
33# When publishing a new version:
44# - Update CHANGELOG.md
5- # - Create "v2 .x.y" git tag
6- version = " 2.8 .0"
5+ # - Create "v3 .x.y" git tag
6+ version = " 3.0 .0"
77authors = [
" Stjepan Glavina <[email protected] >" ]
88edition = " 2018"
99rust-version = " 1.59"
You can’t perform that action at this time.
0 commit comments