-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e318c53
commit 6a33d84
Showing
4 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "spacedisplay" | ||
version = "0.2.0" | ||
version = "0.3.0" | ||
authors = ["Sviatoslav Kokurin <[email protected]>"] | ||
description = """ | ||
Fast and lightweight tool to scan your disk space. | ||
|
@@ -13,7 +13,7 @@ categories = ["command-line-utilities", "filesystem"] | |
edition = "2021" | ||
|
||
[dependencies] | ||
diskscan = { path = "../lib", version = "0.2.0" } | ||
diskscan = { path = "../lib", version = "0.3.0" } | ||
|
||
anyhow = "1.0" | ||
byte-unit = { version = "4.0", default-features = false, features = ["std"] } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "diskscan" | ||
version = "0.2.0" | ||
version = "0.3.0" | ||
authors = ["Sviatoslav Kokurin <[email protected]>"] | ||
description = """ | ||
Library to scan your disk space. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters