diff options
| author | Steven Fackler <[email protected]> | 2017-01-03 16:09:24 -0800 |
|---|---|---|
| committer | Steven Fackler <[email protected]> | 2017-01-03 16:09:24 -0800 |
| commit | cdf388e3f44b49a5ea4255b9674d8e1ded2ba472 (patch) | |
| tree | ad5ef752395614e1283076ac9c9d9892f81cdb7b /openssl-sys/Cargo.toml | |
| parent | Clean up EcKey example a bit (diff) | |
| download | rust-openssl-0.9.5.tar.xz rust-openssl-0.9.5.zip | |
Release v0.9.5v0.9.5
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 b3e672d6..d4ed5bfb 100644 --- a/openssl-sys/Cargo.toml +++ b/openssl-sys/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "openssl-sys" -version = "0.9.4" +version = "0.9.5" 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://docs.rs/openssl-sys/0.9.4/openssl_sys" +documentation = "https://docs.rs/openssl-sys/0.9.5/openssl_sys" links = "openssl" build = "build.rs" |