Update Service trait and use unified Counter (#455)

This commit is contained in:
Nikolay Kim 2024-11-04 12:49:18 +05:00 committed by GitHub
parent 30115bf2d5
commit 5f6600c814
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 112 additions and 245 deletions

View file

@ -1,9 +1,11 @@
# Changes
## [2.5.0] - 2024-11-02
## [2.5.0] - 2024-11-04
* Use updated Service trait
* Export Counter type
## [2.4.0] - 2024-09-26
* Remove "must_use" from `condition::Waiter`