diff options
| author | Steven Fackler <[email protected]> | 2017-08-10 22:17:50 -0700 |
|---|---|---|
| committer | Steven Fackler <[email protected]> | 2017-08-10 22:17:50 -0700 |
| commit | ea6edb133e10460212f8c15a15545e6eb0ff39c1 (patch) | |
| tree | 5bdf2c1375ed3dd007177ecc2990d4d2046ba4e1 /openssl-sys/Cargo.toml | |
| parent | Fully wrap feature checks (diff) | |
| download | rust-openssl-0.9.16.tar.xz rust-openssl-0.9.16.zip | |
Release v0.9.16v0.9.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 fd7d7e5b..7fd9a2d8 100644 --- a/openssl-sys/Cargo.toml +++ b/openssl-sys/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "openssl-sys" -version = "0.9.15" +version = "0.9.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://docs.rs/openssl-sys/0.9.15/openssl_sys" +documentation = "https://docs.rs/openssl-sys/0.9" categories = ["cryptography", "external-ffi-bindings"] links = "openssl" build = "build.rs" |