diff options
| author | Steven Fackler <[email protected]> | 2016-07-01 18:43:58 -0400 |
|---|---|---|
| committer | Steven Fackler <[email protected]> | 2016-07-01 18:43:58 -0400 |
| commit | b8fb29db5c246175a096260eacca38180cd77dd0 (patch) | |
| tree | 4fbf3759478b731b3c571ad361023feb6093bbf2 /openssl-sys/Cargo.toml | |
| parent | Merge branch 'release-v0.7.13' into release (diff) | |
| parent | Release v0.7.14 (diff) | |
| download | rust-openssl-0.7.14.tar.xz rust-openssl-0.7.14.zip | |
Merge branch 'release-v0.7.14' into releasev0.7.14
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 89b18911..c203b6d6 100644 --- a/openssl-sys/Cargo.toml +++ b/openssl-sys/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "openssl-sys" -version = "0.7.13" +version = "0.7.14" 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.13/openssl_sys" +documentation = "https://sfackler.github.io/rust-openssl/doc/v0.7.14/openssl_sys" links = "openssl" build = "build.rs" |