diff options
| author | Steven Fackler <[email protected]> | 2016-12-09 21:54:06 -0800 |
|---|---|---|
| committer | Steven Fackler <[email protected]> | 2016-12-09 21:54:06 -0800 |
| commit | 791f2c8f4d70f49f2face6ea56ef924a784c12fb (patch) | |
| tree | 9264957eae5314c91b3b5343e89077134d79d6ac /openssl-sys/Cargo.toml | |
| parent | Switch to docs.rs for docs (diff) | |
| download | rust-openssl-0.9.3.tar.xz rust-openssl-0.9.3.zip | |
Release v0.9.3v0.9.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 9deae1ec..7e827ed6 100644 --- a/openssl-sys/Cargo.toml +++ b/openssl-sys/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "openssl-sys" -version = "0.9.2" +version = "0.9.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://docs.rs/openssl-sys/0.9.2/openssl_sys" +documentation = "https://docs.rs/openssl-sys/0.9.3/openssl_sys" links = "openssl" build = "build.rs" |