Skip to content

Commit

Permalink
New version
Browse files Browse the repository at this point in the history
  • Loading branch information
funbiscuit committed Oct 17, 2022
1 parent c8c19ee commit 855af32
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions cli/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "spacedisplay-cli"
version = "0.1.1"
version = "0.1.2"
authors = ["Sviatoslav Kokurin <kokurinsv@gmail.com>"]
description = """
Fast and lightweight tool to scan your disk space.
Expand All @@ -13,7 +13,7 @@ categories = ["command-line-interface", "command-line-utilities", "filesystem"]
edition = "2021"

[dependencies]
spacedisplay-lib = { path = "../lib", version = "0.1.0" }
spacedisplay-lib = { path = "../lib", version = "0.1.1" }

anyhow = "1.0"
byte-unit = { version = "4.0", default-features = false, features = ["std"] }
Expand Down
2 changes: 1 addition & 1 deletion lib/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "spacedisplay-lib"
version = "0.1.0"
version = "0.1.1"
authors = ["Sviatoslav Kokurin <kokurinsv@gmail.com>"]
description = """
Library to scan your disk space.
Expand Down

0 comments on commit 855af32

Please sign in to comment.