mirror of
https://github.com/nushell/nushell.git
synced 2025-06-30 22:50:14 +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:
@ -100,7 +100,7 @@ winreg = "0.50"
|
||||
[target.'cfg(unix)'.dependencies]
|
||||
libc = "0.2"
|
||||
umask = "2.1"
|
||||
nix = { version = "0.26", default-features = false, features = ["user"] }
|
||||
nix = { version = "0.27", default-features = false, features = ["user"] }
|
||||
|
||||
[target.'cfg(not(any(target_os = "android", target_os = "ios")))'.dependencies.trash]
|
||||
optional = true
|
||||
|
@ -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