diff options
Diffstat (limited to 'openssl-sys-extras/Cargo.toml')
| -rw-r--r-- | openssl-sys-extras/Cargo.toml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/openssl-sys-extras/Cargo.toml b/openssl-sys-extras/Cargo.toml index c3d1f565..d0719b02 100644 --- a/openssl-sys-extras/Cargo.toml +++ b/openssl-sys-extras/Cargo.toml @@ -1,13 +1,11 @@ [package] name = "openssl-sys-extras" -version = "0.7.1" +version = "0.7.2" authors = ["Steven Fackler <[email protected]>"] license = "MIT" description = "Extra FFI bindings to OpenSSL that require a C shim" repository = "https://github.com/sfackler/rust-openssl" -documentation = "https://sfackler.github.io/rust-openssl/doc/v0.7.1/openssl_sys_extras" - -links = "openssl_shim" +documentation = "https://sfackler.github.io/rust-openssl/doc/v0.7.2/openssl_sys_extras" build = "build.rs" [features] |