From 1022ac9fcd0c14c1811b735acfd01c652da0be4b Mon Sep 17 00:00:00 2001 From: Guillaume Gomez Date: Mon, 8 Apr 2024 19:40:44 +0200 Subject: [PATCH] Update crate version to 0.30.9 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e1e2dbc86..8c5ab8ff0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -201,7 +201,7 @@ dependencies = [ [[package]] name = "sysinfo" -version = "0.30.8" +version = "0.30.9" dependencies = [ "cfg-if", "core-foundation-sys", diff --git a/Cargo.toml b/Cargo.toml index 8c3ba6f57..9a6f65be6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sysinfo" -version = "0.30.8" +version = "0.30.9" authors = ["Guillaume Gomez "] description = "Library to get system information such as processes, CPUs, disks, components and networks" repository = "https://github.com/GuillaumeGomez/sysinfo"