aboutsummaryrefslogtreecommitdiff
path: root/openssl/Cargo.toml
diff options
context:
space:
mode:
authorAlex Crichton <[email protected]>2015-09-22 21:34:12 -0700
committerAlex Crichton <[email protected]>2015-10-22 08:45:29 -0700
commitc895b9f09f25410b6e0046d71d42439f7a56c1be (patch)
tree581268a8f53487e072f29af0b79ae8774a5d0269 /openssl/Cargo.toml
parentMerge pull request #272 from dropbox/async_support (diff)
downloadrust-openssl-c895b9f09f25410b6e0046d71d42439f7a56c1be.tar.xz
rust-openssl-c895b9f09f25410b6e0046d71d42439f7a56c1be.zip
Get nonblocking tests working on OSX/Windows
Diffstat (limited to 'openssl/Cargo.toml')
-rw-r--r--openssl/Cargo.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/openssl/Cargo.toml b/openssl/Cargo.toml
index cd9f97c3..23949259 100644
--- a/openssl/Cargo.toml
+++ b/openssl/Cargo.toml
@@ -33,5 +33,4 @@ libc = "0.1"
[dev-dependencies]
rustc-serialize = "0.3"
-net2 = "0.2.13"
-nix = "0.4"
+net2 = "0.2.16"