From 176c8fe0b0e033d29d1bade27a25b2eaf46a6c9b Mon Sep 17 00:00:00 2001 From: Mahmoud Al-Qudsi Date: Thu, 13 Oct 2022 12:59:58 -0500 Subject: [PATCH] Bump cargo version to 0.4.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 00bf52f..5aac7fd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "size" -version = "0.4.0" +version = "0.4.1" authors = ["Mahmoud Al-Qudsi ", "NeoSmart Technologies"] description = "A crate for expressing, formatting, and interacting with file sizes" homepage = "https://github.com/neosmart/prettysize-rs"