diff options
| author | Alex Crichton <[email protected]> | 2015-09-22 21:34:12 -0700 |
|---|---|---|
| committer | Alex Crichton <[email protected]> | 2015-10-22 08:45:29 -0700 |
| commit | c895b9f09f25410b6e0046d71d42439f7a56c1be (patch) | |
| tree | 581268a8f53487e072f29af0b79ae8774a5d0269 /openssl/Cargo.toml | |
| parent | Merge pull request #272 from dropbox/async_support (diff) | |
| download | rust-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.toml | 3 |
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" |