mirror of
https://github.com/nushell/nushell.git
synced 2025-06-30 14:40:06 +02:00
plugin_sys: Bump sysinfo dep version (#3561)
Previous to this commit, the sysinfo crate would show blank `brand` for Apple M1 architectures whenever you would run `sys | get cpu`. I have fixed the issue in sysinfo, so bumping the dependency version to 0.18.2 means brand now is retrieved successfully on M1 architectures.
This commit is contained in:
@ -18,6 +18,6 @@ nu-source = { path = "../nu-source", version = "0.32.1" }
|
||||
futures = { version = "0.3.5", features = ["compat", "io-compat"] }
|
||||
futures-util = "0.3.12"
|
||||
num-bigint = "0.3.1"
|
||||
sysinfo = "0.16.5"
|
||||
sysinfo = "0.18.2"
|
||||
|
||||
[build-dependencies]
|
||||
|
Reference in New Issue
Block a user