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.
master
Jos van den Oever 2018-09-29 18:20:49 +02:00
parent fe9731819f
commit 49f67ffc61
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ version = "0.1.0"
[dependencies]
libc = "*"
sysinfo = "0.3.16"
sysinfo = "0.4.1"
[lib]
name = "rust"