cargo updates

This commit is contained in:
Robin Appelman 2026-05-14 19:00:55 +02:00
commit 24f9594223
3 changed files with 889 additions and 481 deletions

View file

@ -54,7 +54,7 @@ impl Store {
hash.consume(data);
}
Ok(hash.compute().0)
Ok(hash.finalize().0)
}
fn generate_path(&self, name: &str) -> PathBuf {