Skip to content

Commit

Permalink
[NEW] new version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ismoilovdevml committed Mar 31, 2023
1 parent 83120c8 commit b06ddc7
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pkgname=rmx
pkgver=0.1.0
pkgver=0.2.0
pkgrel=1
pkgdesc="A program written in Rust for deleting large and very large files"
arch=('x86_64')
Expand Down
File renamed without changes.
Binary file added releases/rmx-0.2.0.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ fn main() {

let command = &args[1];
match command.as_ref() {
"rmx" => {
"rmx -r" => {
let start_time = Instant::now();
let path = Path::new(&args[2]);
let all_files = remove_dir_contents(&path).unwrap_or_else(|e| {
Expand Down

0 comments on commit b06ddc7

Please sign in to comment.