diff options
| author | Steven Fackler <[email protected]> | 2016-04-16 20:57:21 -0700 |
|---|---|---|
| committer | Steven Fackler <[email protected]> | 2016-04-16 20:57:21 -0700 |
| commit | eadfe88b17e8c28ae0f9102e01fd5eec796d087d (patch) | |
| tree | a169bf548694ab2c59d67e3297bc40595356b772 /openssl-sys/Cargo.toml | |
| parent | Merge branch 'release-v0.7.9' into release (diff) | |
| parent | Release v0.7.10 (diff) | |
| download | rust-openssl-0.7.10.tar.xz rust-openssl-0.7.10.zip | |
Merge branch 'release-v0.7.10' into releasev0.7.10
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 35cebfc9..0c166a53 100644 --- a/openssl-sys/Cargo.toml +++ b/openssl-sys/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "openssl-sys" -version = "0.7.9" +version = "0.7.10" 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.9/openssl_sys" +documentation = "https://sfackler.github.io/rust-openssl/doc/v0.7.10/openssl_sys" links = "openssl" build = "build.rs" |