mirror of
https://codeberg.org/demostf/backup.git
synced 2026-06-03 09:54:18 +02:00
cargo updates
This commit is contained in:
parent
23fc8d2509
commit
24f9594223
3 changed files with 889 additions and 481 deletions
|
|
@ -54,7 +54,7 @@ impl Store {
|
|||
hash.consume(data);
|
||||
}
|
||||
|
||||
Ok(hash.compute().0)
|
||||
Ok(hash.finalize().0)
|
||||
}
|
||||
|
||||
fn generate_path(&self, name: &str) -> PathBuf {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue