Use tokio::sync::RwLock instead of std
This commit is contained in:
parent
8aca413fc3
commit
ba6a7c4744
4 changed files with 15 additions and 3 deletions
|
|
@ -1,3 +1,8 @@
|
|||
Version NEXT
|
||||
XXXX-YY-ZZ [ RELEASER <admin@localhost> ]
|
||||
* Fixes:
|
||||
- Use tokio::sync::RwLock not std::sync::RwLock (!432)
|
||||
|
||||
Version 0.6.0:
|
||||
2024-07-27 [ Maxime “pep” Buquet <pep@bouah.net> ]
|
||||
* Breaking:
|
||||
|
|
|
|||
Loading…
Reference in a new issue