mirror of
https://github.com/nushell/nushell.git
synced 2025-07-01 07:00:37 +02:00
upgrade nix to 0.27 (#10223)
This fixes a segfault on Android when fetching the user group. See: https://github.com/nix-rust/nix/issues/2084
This commit is contained in:
@ -18,7 +18,7 @@ log = "0.4"
|
||||
sysinfo = "0.29"
|
||||
|
||||
[target.'cfg(target_family = "unix")'.dependencies]
|
||||
nix = { version = "0.26", default-features = false, features = ["fs", "term", "process", "signal"] }
|
||||
nix = { version = "0.27", default-features = false, features = ["fs", "term", "process", "signal"] }
|
||||
|
||||
[target.'cfg(any(target_os = "linux", target_os = "android"))'.dependencies]
|
||||
procfs = "0.15"
|
||||
|
Reference in New Issue
Block a user