From c0b46af1ccfb7df0b8f44ac4f03e5bffa938e72e Mon Sep 17 00:00:00 2001 From: Guillaume Gomez Date: Thu, 1 Aug 2024 16:07:39 +0200 Subject: [PATCH 1/2] Update CHANGELOG for 0.31.2 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 223dae51e..90ec41d56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 0.31.2 + + * Remove `bstr` dependency (needed for rustc development). + # 0.31.1 * Downgrade version of `memchr` (needed for rustc development). From 3bd911977a0fc439a1d02de34ae5766df1847c0c Mon Sep 17 00:00:00 2001 From: Guillaume Gomez Date: Thu, 1 Aug 2024 16:07:49 +0200 Subject: [PATCH 2/2] Update crate version to 0.31.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0c11112af..68b3f1c40 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sysinfo" -version = "0.31.1" +version = "0.31.2" authors = ["Guillaume Gomez "] description = "Library to get system information such as processes, CPUs, disks, components and networks" repository = "https://github.com/GuillaumeGomez/sysinfo"