From ee78ccc0e8a970201d0efef1eb6d51d2aa268428 Mon Sep 17 00:00:00 2001 From: Jonathan Creekmore Date: Mon, 25 Sep 2023 12:47:35 -0500 Subject: [PATCH] chore: Release dmidecode version 0.7.6 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c55a03d..ab6925e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["Jonathan Creekmore "] name = "dmidecode" -version = "0.7.5" +version = "0.7.6" description = "Decode SMBIOS/DMI information into accessible data structures" documentation = "https://docs.rs/dmidecode/" homepage = "https://github.com/jcreekmore/dmidecode.git"