From 9712d8e3bfec3ae3b9f03193866fbbc2bf56b5e0 Mon Sep 17 00:00:00 2001 From: Jake McGinty Date: Mon, 2 Apr 2018 18:23:00 -0700 Subject: meta: cargo update --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index ef69c75..c13451f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ log = "^0.4" hex = "^0.3" notify = "4.0.0" rand = "^0.4" -nix = { git = "https://github.com/mcginty/nix", branch = "so_mark"} # TODO waiting on https://github.com/nix-rust/nix/pull/873 +nix = { git = "https://github.com/nix-rust/nix", branch = "master"} mio = "^0.6" pnet_packet = "^0.21" snow = { git = "https://github.com/mcginty/snow", features = ["ring-accelerated"], branch = "wireguard" } -- cgit v1.2.3-59-g8ed1b