mirror of
https://github.com/nushell/nushell.git
synced 2025-08-10 08:09:23 +02:00
Bump heim dependency version. (#1954)
Most important change is a fix for processes CPU usage calculation (see https://github.com/heim-rs/heim/issues/246)
This commit is contained in:
@ -19,7 +19,7 @@ futures = { version = "0.3", features = ["compat", "io-compat"] }
|
||||
futures-timer = "3.0.2"
|
||||
|
||||
[dependencies.heim]
|
||||
version = "0.1.0-beta.1"
|
||||
version = "0.1.0-beta.2"
|
||||
default-features = false
|
||||
features = ["process"]
|
||||
|
||||
|
@ -20,7 +20,7 @@ battery = "0.7.5"
|
||||
futures-util = "0.3.5"
|
||||
|
||||
[dependencies.heim]
|
||||
version = "0.1.0-beta.1"
|
||||
version = "0.1.0-beta.2"
|
||||
default-features = false
|
||||
|
||||
features = ["host", "cpu", "memory", "disk", "net", "sensors"]
|
||||
|
Reference in New Issue
Block a user