aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJake McGinty <me@jake.su>2018-04-17 17:17:20 -0700
committerJake McGinty <me@jake.su>2018-04-22 14:08:57 -0700
commit06a34476cc1fffdab6bf11d857506df0a122ba76 (patch)
tree9489cecd8f9a78d3c4b184c5dd8429a7a849529c /Cargo.toml
parentudp: sendmsg ipv4 pktinfo working (macos) (diff)
downloadwireguard-rs-06a34476cc1fffdab6bf11d857506df0a122ba76.tar.xz
wireguard-rs-06a34476cc1fffdab6bf11d857506df0a122ba76.zip
udp: use nix's setsockopt
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 aea5708..eb62b15 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -47,7 +47,7 @@ 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" }
-socket2 = { version = "^0.3", features = ["reuseport"] }
+socket2 = "^0.3"
subtle = "^0.5"
tokio-io = "^0.1"
tokio-core = "^0.1"