From 9f14cba660204703cdbed2c26e9433a597bada1d Mon Sep 17 00:00:00 2001 From: Guillaume Gomez Date: Sat, 5 Oct 2024 23:39:19 +0200 Subject: [PATCH] Update crate version to 0.32.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2ca8c6dd2..249e90dab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sysinfo" -version = "0.31.4" +version = "0.32.0" authors = ["Guillaume Gomez "] description = "Library to get system information such as processes, CPUs, disks, components and networks" repository = "https://github.com/GuillaumeGomez/sysinfo"