diff options
| author | Steven Fackler <[email protected]> | 2016-08-15 18:46:15 -0700 |
|---|---|---|
| committer | Steven Fackler <[email protected]> | 2016-08-15 18:46:15 -0700 |
| commit | 0f428d190410263e4daa65b917c0e84707a9c0ef (patch) | |
| tree | 4d6d5b8b77c7ca5755a3636786b8a36584fba92a /openssl-sys/Cargo.toml | |
| parent | Merge branch 'release-v0.7.15-sys-v0.8.0' into release (diff) | |
| parent | Release openssl-sys v0.7.16, openssl v0.8.1 (diff) | |
| download | rust-openssl-openssl-sys-v0.7.16.tar.xz rust-openssl-openssl-sys-v0.7.16.zip | |
Merge branch 'release-sys-v0.7.16-v0.8.1' into releaseopenssl-v0.8.1openssl-sys-v0.7.16
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 e09c2020..4b2b6691 100644 --- a/openssl-sys/Cargo.toml +++ b/openssl-sys/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "openssl-sys" -version = "0.7.15" +version = "0.7.16" 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.7.15/openssl_sys" +documentation = "https://sfackler.github.io/rust-openssl/doc/v0.7.16/openssl_sys" links = "openssl" build = "build.rs" |