diff options
| author | Steven Fackler <[email protected]> | 2016-11-27 22:23:32 -0800 |
|---|---|---|
| committer | Steven Fackler <[email protected]> | 2016-11-27 22:23:32 -0800 |
| commit | 0602712bf4e4e0451fcd527edc4e50a768e9b8d3 (patch) | |
| tree | d678343e54a9b5572275a92d298269f32981ea1f /openssl-sys/Cargo.toml | |
| parent | Implement Clone for SslConnector and SslAcceptor (diff) | |
| download | rust-openssl-0.9.2.tar.xz rust-openssl-0.9.2.zip | |
Release v0.9.2v0.9.2
Diffstat (limited to 'openssl-sys/Cargo.toml')
| -rw-r--r-- | openssl-sys/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openssl-sys/Cargo.toml b/openssl-sys/Cargo.toml index 094cd094..e533054f 100644 --- a/openssl-sys/Cargo.toml +++ b/openssl-sys/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "openssl-sys" -version = "0.9.1" +version = "0.9.2" authors = ["Alex Crichton <[email protected]>", "Steven Fackler <[email protected]>"] license = "MIT" description = "FFI bindings to OpenSSL" repository = "https://github.com/sfackler/rust-openssl" -documentation = "https://sfackler.github.io/rust-openssl/doc/v0.9.0/openssl_sys" +documentation = "https://sfackler.github.io/rust-openssl/doc/v0.9.2/openssl_sys" links = "openssl" build = "build.rs" |