Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
0xCCF4 committed Apr 2, 2024
1 parent 4290c1d commit 65d7e4d
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 22 deletions.
42 changes: 21 additions & 21 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "backup-deduplicator"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
description = """
A tool to deduplicate backups. It builds a hash tree of all files and folders
Expand Down
1 change: 1 addition & 0 deletions src/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ impl Write for NullWriter {
fn flush(&mut self) -> std::io::Result<()> {Ok(())}
}

/// Utility functions for the main function of `backup-deduplicator`.
pub mod main {
use std::env;
use std::path::PathBuf;
Expand Down

0 comments on commit 65d7e4d

Please sign in to comment.