mirror of
https://github.com/alacritty/alacritty.git
synced 2024-11-18 13:55:23 -05:00
Fix BSD build failure
This updates all dependencies removing any reference to nix 0.12 which prevents successful builds on OpenBSD. Fixes #2244.
This commit is contained in:
parent
48d781d123
commit
86ccd0566e
2 changed files with 321 additions and 267 deletions
586
Cargo.lock
generated
586
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -52,7 +52,7 @@ time = "0.1.40"
|
||||||
crossbeam-channel = "0.3.8"
|
crossbeam-channel = "0.3.8"
|
||||||
|
|
||||||
[target.'cfg(unix)'.dependencies]
|
[target.'cfg(unix)'.dependencies]
|
||||||
nix = "0.12"
|
nix = "0.13"
|
||||||
signal-hook = { version = "0.1", features = ["mio-support"] }
|
signal-hook = { version = "0.1", features = ["mio-support"] }
|
||||||
|
|
||||||
[target.'cfg(any(target_os = "linux", target_os = "freebsd", target_os="dragonfly", target_os="openbsd"))'.dependencies]
|
[target.'cfg(any(target_os = "linux", target_os = "freebsd", target_os="dragonfly", target_os="openbsd"))'.dependencies]
|
||||||
|
|
Loading…
Reference in a new issue