From 8de43ef2bcc8ccd6fe299a7f56a72326ae9fd29d Mon Sep 17 00:00:00 2001 From: Jonathan Creekmore Date: Wed, 14 Feb 2024 15:08:20 -0600 Subject: [PATCH] chore: Release dmidecode version 0.7.8 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 45d77c0..2e7aeab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["Jonathan Creekmore "] name = "dmidecode" -version = "0.7.7" +version = "0.7.8" description = "Decode SMBIOS/DMI information into accessible data structures" documentation = "https://docs.rs/dmidecode/" homepage = "https://github.com/jcreekmore/dmidecode.git"