From 6a33d84b7ba60bbe7877795e6306d40d590a6a6c Mon Sep 17 00:00:00 2001 From: funbiscuit Date: Sun, 26 Mar 2023 16:35:28 +0300 Subject: [PATCH] Version 0.3.0 --- Cargo.lock | 4 ++-- app/Cargo.toml | 4 ++-- lib/Cargo.toml | 2 +- snapcraft.yaml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3fca445..d3e0b00 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -308,7 +308,7 @@ dependencies = [ [[package]] name = "diskscan" -version = "0.2.0" +version = "0.3.0" dependencies = [ "byte-unit", "crc", @@ -922,7 +922,7 @@ dependencies = [ [[package]] name = "spacedisplay" -version = "0.2.0" +version = "0.3.0" dependencies = [ "anyhow", "byte-unit", diff --git a/app/Cargo.toml b/app/Cargo.toml index 4d79bf7..0a62393 100644 --- a/app/Cargo.toml +++ b/app/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "spacedisplay" -version = "0.2.0" +version = "0.3.0" authors = ["Sviatoslav Kokurin "] 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"] } diff --git a/lib/Cargo.toml b/lib/Cargo.toml index aa10b0a..a03600a 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "diskscan" -version = "0.2.0" +version = "0.3.0" authors = ["Sviatoslav Kokurin "] description = """ Library to scan your disk space. diff --git a/snapcraft.yaml b/snapcraft.yaml index 2992b6b..89486c2 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -1,5 +1,5 @@ name: spacedisplay -version: '0.2.0' +version: '0.3.0' summary: Fast and lightweight tool to scan your disk space. description: | spacedisplay is a terminal app that allow you