diff options
author | eau <eau-u4f@users.noreply.github.com> | 2020-01-24 18:16:09 +0100 |
---|---|---|
committer | Christian Duerr <contact@christianduerr.com> | 2020-01-24 18:16:09 +0100 |
commit | 7925ac4918d1689d31e946c7f0cb31a888cf7a02 (patch) | |
tree | fdf2466f74543cd0d2e488d153de6c34b1f14718 /alacritty_terminal | |
parent | cc33bec7309a6071e3b89ea8d61907db294c2cc9 (diff) | |
download | alacritty-7925ac4918d1689d31e946c7f0cb31a888cf7a02.tar.gz alacritty-7925ac4918d1689d31e946c7f0cb31a888cf7a02.zip |
Fix build error on OpenBSD
Diffstat (limited to 'alacritty_terminal')
-rw-r--r-- | alacritty_terminal/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/alacritty_terminal/Cargo.toml b/alacritty_terminal/Cargo.toml index abe82512..47510dff 100644 --- a/alacritty_terminal/Cargo.toml +++ b/alacritty_terminal/Cargo.toml @@ -27,7 +27,7 @@ url = "2" copypasta = "0.6.1" [target.'cfg(unix)'.dependencies] -nix = "0.15.0" +nix = "0.16.1" signal-hook = { version = "0.1", features = ["mio-support"] } [target.'cfg(windows)'.dependencies] |