diff options
| author | Steven Fackler <[email protected]> | 2015-06-25 23:22:20 -0700 |
|---|---|---|
| committer | Steven Fackler <[email protected]> | 2015-06-25 23:22:20 -0700 |
| commit | 315cfecc74dd96ef56175ba479537dfeb5fe9843 (patch) | |
| tree | be5f06fb47ed3903af2a74459eba8f119796f437 /openssl-sys/Cargo.toml | |
| parent | Add a test for connection negotiation failure (diff) | |
| parent | Release v0.6.3 (diff) | |
| download | rust-openssl-0.6.3.tar.xz rust-openssl-0.6.3.zip | |
Merge branch 'release-v0.6.3' into releasev0.6.3
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 fd1e425a..f3fbfc18 100644 --- a/openssl-sys/Cargo.toml +++ b/openssl-sys/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "openssl-sys" -version = "0.6.2" +version = "0.6.3" 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/openssl_sys" +documentation = "https://sfackler.github.io/rust-openssl/doc/v0.6.3/openssl_sys" links = "openssl" build = "build.rs" |