Skip to content

Commit

Permalink
Release 0.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Reber <[email protected]>
  • Loading branch information
adrianreber committed Nov 20, 2021
1 parent df57ade commit 8b0b093
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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 = "scan-primary-mirror"
version = "0.2.0"
version = "0.3.0"
authors = ["Adrian Reber <[email protected]>"]
edition = "2018"

Expand Down
3 changes: 3 additions & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -525,6 +525,9 @@ fn get_file_content(
target,
);

debug::STEPS.fetch_add(1, std::sync::atomic::Ordering::SeqCst);
debug::print_step(format!("Reading {} for checksum creation", full_target));

if backend == "directory" {
return Ok((
fs::read_to_string(&full_target)?,
Expand Down

0 comments on commit 8b0b093

Please sign in to comment.