From 49f67ffc61d13acf9b9e231991f804fdcb43bbe1 Mon Sep 17 00:00:00 2001 From: Jos van den Oever Date: Sat, 29 Sep 2018 18:20:49 +0200 Subject: [PATCH] Slightly update sysinfo A full update to 0.6.0 is not possible easily because the fields are shielded by getters. So the summing of used CPU time is not possible without adding a separate field for that. --- demo/rust/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/rust/Cargo.toml b/demo/rust/Cargo.toml index f681ecc..f535835 100644 --- a/demo/rust/Cargo.toml +++ b/demo/rust/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" [dependencies] libc = "*" -sysinfo = "0.3.16" +sysinfo = "0.4.1" [lib] name = "rust"