Migration vers une forme unifiée des cargos

This commit is contained in:
2025-12-30 16:12:30 +01:00
parent 64450185c5
commit a4301140d8
45 changed files with 989 additions and 132 deletions

View File

@@ -840,7 +840,7 @@ impl TrackMetadata for MemoryTrackMetadata {
}
async fn touch(&mut self) -> MetadataResult<()> {
self.updated_at = Some());
self.updated_at = Some(SystemTime::now());
Ok(Some(()))
}
}