Skip to content

Commit

Permalink
0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cyr committed Jan 1, 2024
1 parent db07e43 commit 7452a7f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 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,7 +1,7 @@
[package]
name = "aptmirs"
description = "A simple tool for mirroring apt/deb repositories"
version = "0.3.1"
version = "0.3.2"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
1 change: 0 additions & 1 deletion src/mirror/downloader.rs
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ impl Downloader {
self.progress.files.inc_success(1);
} else {
self.progress.files.inc_skipped(1);

}
},
Err(e) => {
Expand Down

0 comments on commit 7452a7f

Please sign in to comment.