From ddcb40b0e174e4915488938fb347a6d93b001037 Mon Sep 17 00:00:00 2001 From: inunix3 Date: Mon, 17 Jun 2024 23:40:06 +0200 Subject: [PATCH] Update crate version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c9aa636..c64a45b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -142,7 +142,7 @@ checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80" [[package]] name = "dshw" -version = "0.1.0" +version = "0.1.1" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index d91b26a..a1dcec6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ authors = ["inunix3 "] keywords = ["system-information", "disk", "cpu", "memory"] categories = ["command-line-utilities"] license = "MIT" -version = "0.1.0" +version = "0.1.1" readme = "README.md" repository = "https://github.com/inunix3/dshw" edition = "2021"