aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorJake McGinty <me@jake.su>2018-04-11 03:05:39 -0700
committerJake McGinty <me@jake.su>2018-04-11 03:05:39 -0700
commit94d936f42ef368fbc76ec84fffa576c6820e5291 (patch)
tree8b4bc7d909cfadbe254ea5c43431e8442913d9b2 /Cargo.lock
parenttests: add little sleep when setting up interfaces (diff)
downloadwireguard-rs-94d936f42ef368fbc76ec84fffa576c6820e5291.tar.xz
wireguard-rs-94d936f42ef368fbc76ec84fffa576c6820e5291.zip
udp: set IPV6_RECVPKTINFO sockopt (darwin)
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index a06144a..a852d8d 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1491,6 +1491,7 @@ dependencies = [
"futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
"hex 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
"lazy_static 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
"mio 0.6.14 (registry+https://github.com/rust-lang/crates.io-index)",
"nix 0.11.0-pre (git+https://github.com/nix-rust/nix)",