mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 14:36:08 +02:00
update sysinfo to 0.33.1 (#14982)
Noticed by #14951 , there are some breaking changes in sysinfo 0.33. So I create a pr manually to update it
This commit is contained in:
@ -54,7 +54,7 @@ impl Command for DebugInfo {
|
||||
}
|
||||
|
||||
fn all_columns(span: Span) -> Value {
|
||||
let rk = RefreshKind::new()
|
||||
let rk = RefreshKind::nothing()
|
||||
.with_processes(ProcessRefreshKind::everything())
|
||||
.with_memory(MemoryRefreshKind::everything());
|
||||
|
||||
|
Reference in New Issue
Block a user