diff options
| author | Manuel Schölling <[email protected]> | 2015-04-03 16:58:05 +0200 |
|---|---|---|
| committer | Manuel Schölling <[email protected]> | 2015-04-06 12:26:10 +0200 |
| commit | 912cacf4bc3ea28003c5aa41f6cfd7a5989ba7d8 (patch) | |
| tree | 85158d44b76d16360fd498e0c7be8da7704d0b1e /openssl/Cargo.toml | |
| parent | Add ability to load private keys from files and use raw keys and certificates... (diff) | |
| download | rust-openssl-912cacf4bc3ea28003c5aa41f6cfd7a5989ba7d8.tar.xz rust-openssl-912cacf4bc3ea28003c5aa41f6cfd7a5989ba7d8.zip | |
Fix rebase errors
Diffstat (limited to 'openssl/Cargo.toml')
| -rw-r--r-- | openssl/Cargo.toml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/openssl/Cargo.toml b/openssl/Cargo.toml index 0dd59ea5..50ce2e99 100644 --- a/openssl/Cargo.toml +++ b/openssl/Cargo.toml @@ -30,9 +30,6 @@ libc = "0.1" [dev-dependencies] rustc-serialize = "0.3" -[dependencies] -bitflags = "0.1.1" - -[dependencies-dev.connected_socket] +[dependencies.connected_socket] connected_socket = "0.0.1" optional = true |