diff options
| author | Steven Fackler <[email protected]> | 2017-02-11 10:16:14 -0800 |
|---|---|---|
| committer | Steven Fackler <[email protected]> | 2017-02-11 10:16:14 -0800 |
| commit | 89cd1d3ea7e19cca2ba193a667663429237a7c92 (patch) | |
| tree | e83a29125e7a9a0d8ce5039640dc567c6fc9a386 | |
| parent | Remove X509Req setters (diff) | |
| download | rust-openssl-89cd1d3ea7e19cca2ba193a667663429237a7c92.tar.xz rust-openssl-89cd1d3ea7e19cca2ba193a667663429237a7c92.zip | |
Use published foreign_types
| -rw-r--r-- | openssl/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openssl/Cargo.toml b/openssl/Cargo.toml index 7855897f..34d8e3db 100644 --- a/openssl/Cargo.toml +++ b/openssl/Cargo.toml @@ -19,7 +19,7 @@ v110 = [] [dependencies] bitflags = "0.7" -foreign-types = { git = "https://github.com/sfackler/foreign-types" } +foreign-types = "0.2" lazy_static = "0.2" libc = "0.2" openssl-sys = { version = "0.9.6", path = "../openssl-sys" } |