diff options
| author | Steven Fackler <[email protected]> | 2016-11-05 10:38:12 -0700 |
|---|---|---|
| committer | Steven Fackler <[email protected]> | 2016-11-05 10:38:12 -0700 |
| commit | 71a114707f9ed23bc43c9a5d41c8e42c9a4472ff (patch) | |
| tree | 06eb6473924319d392a014f36b3c9ff03c87b748 | |
| parent | Rename accessors (diff) | |
| download | rust-openssl-71a114707f9ed23bc43c9a5d41c8e42c9a4472ff.tar.xz rust-openssl-71a114707f9ed23bc43c9a5d41c8e42c9a4472ff.zip | |
Remove unused dependency
| -rw-r--r-- | openssl/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/openssl/Cargo.toml b/openssl/Cargo.toml index 4891d79b..44a5bad1 100644 --- a/openssl/Cargo.toml +++ b/openssl/Cargo.toml @@ -23,7 +23,6 @@ libc = "0.2" openssl-sys = { version = "0.7.17", path = "../openssl-sys" } [dev-dependencies] -net2 = "0.2.16" rustc-serialize = "0.3" tempdir = "0.3" winapi = "0.2" |