From 8c46fb49cfafece0c267210c3e9a8f176e76c86a Mon Sep 17 00:00:00 2001 From: printfn Date: Mon, 26 Oct 2020 21:22:43 +1300 Subject: [PATCH] Update nix to 0.20 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0894fa3..07369b7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ exclude = ["/.travis.yml", "/appveyor.yml"] edition = "2018" [target.'cfg(unix)'.dependencies] -nix = "0.18" +nix = "0.20" [target.'cfg(windows)'.dependencies] winapi = { version = "0.3", features = ["consoleapi", "handleapi", "synchapi", "winbase"] }