aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJake McGinty <me@jake.su>2018-04-13 21:02:53 -0700
committerJake McGinty <me@jake.su>2018-04-22 14:08:48 -0700
commitc713d75d0d616f1f6e2662396bd49e272fb0e5a7 (patch)
treeeda121e90c685d2a227fd9b3cb79d88248fc6fe4 /Cargo.toml
parentudp: dual-stack single socket -> dual socket (diff)
downloadwireguard-rs-c713d75d0d616f1f6e2662396bd49e272fb0e5a7.tar.xz
wireguard-rs-c713d75d0d616f1f6e2662396bd49e272fb0e5a7.zip
udp: parse in(6)_pktinfo cmsgs
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 218c917..aea5708 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -43,7 +43,7 @@ log = "^0.4"
hex = "^0.3"
notify = "4.0.0"
rand = "^0.4"
-nix = { git = "https://github.com/nix-rust/nix", branch = "master"}
+nix = { git = "https://github.com/mcginty/nix", branch = "ipv6-pktinfo"}
mio = "^0.6"
pnet_packet = "^0.21"
snow = { git = "https://github.com/mcginty/snow", features = ["ring-accelerated"], branch = "wireguard" }