cargo update

This commit is contained in:
Mikaël Cluseau
2025-09-04 05:39:32 +02:00
parent eb81cd3b5c
commit 6fd9b7328d
2 changed files with 249 additions and 121 deletions

View File

@ -37,7 +37,7 @@ impl Log {
}
}
pub fn subscribe(&self) -> LogWatch {
pub fn subscribe(&self) -> LogWatch<'_> {
LogWatch {
log: self,
pos: 0,