mirror of
https://github.com/wez/wezterm.git
synced 2024-12-25 14:22:37 +03:00
chore: Update nix to 0.26
This commit is contained in:
parent
7f89f46ae5
commit
05df6ec054
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -4974,7 +4974,7 @@ dependencies = [
|
||||
"libc",
|
||||
"log",
|
||||
"memmem",
|
||||
"nix 0.24.3",
|
||||
"nix 0.26.2",
|
||||
"num-derive",
|
||||
"num-traits",
|
||||
"ordered-float",
|
||||
|
@ -67,7 +67,7 @@ version = "0.3"
|
||||
[target."cfg(unix)".dependencies]
|
||||
signal-hook = "0.1"
|
||||
termios = "0.3"
|
||||
nix = "0.24"
|
||||
nix = "0.26"
|
||||
|
||||
[target."cfg(windows)".dependencies.winapi]
|
||||
features = [
|
||||
|
Loading…
Reference in New Issue
Block a user