aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJake McGinty <me@jake.su>2018-04-25 01:30:00 -0700
committerJake McGinty <me@jake.su>2018-04-25 01:30:00 -0700
commit3a2be07f72d02751d04285e7a92ec047c0f96412 (patch)
treedf2946089dd97bf701f3a899562d1943b105be8c /Cargo.toml
parenttests: first stab at the script working with userspace and kernel (diff)
downloadwireguard-rs-3a2be07f72d02751d04285e7a92ec047c0f96412.tar.xz
wireguard-rs-3a2be07f72d02751d04285e7a92ec047c0f96412.zip
udp: use latest nix draft, which uses latest libc
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 c070568..2946d1c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -38,7 +38,7 @@ derive_deref = "^1.0"
failure = "^0.1"
futures = "^0.1"
lazy_static = "^1"
-libc = "^0.2"
+libc = { git = "https://github.com/rust-lang/libc" }
log = "^0.4"
hex = "^0.3"
notify = "4.0.0"