aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJake McGinty <me@jake.su>2018-04-02 18:23:00 -0700
committerJake McGinty <me@jake.su>2018-04-02 18:23:00 -0700
commit9712d8e3bfec3ae3b9f03193866fbbc2bf56b5e0 (patch)
tree104812b2544ae08bc80ef7da116d50e709170c56 /Cargo.toml
parentconfig: handle self-add peer case (diff)
downloadwireguard-rs-9712d8e3bfec3ae3b9f03193866fbbc2bf56b5e0.tar.xz
wireguard-rs-9712d8e3bfec3ae3b9f03193866fbbc2bf56b5e0.zip
meta: cargo update
Diffstat (limited to '')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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" }