1
0
mirror of https://github.com/danog/ytop.git synced 2024-11-30 04:29:10 +01:00

[temp][linux] fix panic due to 'not implemented' (fix #30)

This commit is contained in:
Caleb Bassi 2020-02-06 07:42:27 -08:00
parent 42473723df
commit 9d1ba9920c
2 changed files with 2 additions and 1 deletions

View File

@ -19,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- fix several 'overflow when subtracting durations' panics
- [cpu] fix CPUs overflowing widget
- [temp][linux] fix panic due to 'not implemented'
## [0.4.1] - 2020-02-04

2
Cargo.lock generated
View File

@ -667,7 +667,7 @@ dependencies = [
[[package]]
name = "psutil"
version = "2.0.0"
source = "git+https://github.com/borntyping/rust-psutil#c9ac0f855d39b568a5829344776e3f46aa6bc693"
source = "git+https://github.com/borntyping/rust-psutil#c5dad2e88de8d28f7eeb041116fc284b857617f8"
dependencies = [
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
"darwin-libproc 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",