aboutsummaryrefslogtreecommitdiff
path: root/openssl
diff options
context:
space:
mode:
Diffstat (limited to 'openssl')
-rw-r--r--openssl/Cargo.toml6
-rw-r--r--openssl/src/lib.rs2
2 files changed, 4 insertions, 4 deletions
diff --git a/openssl/Cargo.toml b/openssl/Cargo.toml
index b7fad9a9..3ced22fe 100644
--- a/openssl/Cargo.toml
+++ b/openssl/Cargo.toml
@@ -1,11 +1,11 @@
[package]
name = "openssl"
-version = "0.9.7"
+version = "0.9.8"
authors = ["Steven Fackler <[email protected]>"]
license = "Apache-2.0"
description = "OpenSSL bindings"
repository = "https://github.com/sfackler/rust-openssl"
-documentation = "https://docs.rs/openssl/0.9.7/openssl"
+documentation = "https://docs.rs/openssl/0.9.8/openssl"
readme = "../README.md"
keywords = ["crypto", "tls", "ssl", "dtls"]
categories = ["cryptography", "api-bindings"]
@@ -28,4 +28,4 @@ openssl-sys = { version = "0.9.7", path = "../openssl-sys" }
tempdir = "0.3"
winapi = "0.2"
ws2_32-sys = "0.2"
-hex = "0.2" \ No newline at end of file
+hex = "0.2"
diff --git a/openssl/src/lib.rs b/openssl/src/lib.rs
index 0a9ee9bc..793a17fd 100644
--- a/openssl/src/lib.rs
+++ b/openssl/src/lib.rs
@@ -1,4 +1,4 @@
-#![doc(html_root_url="https://docs.rs/openssl/0.9.7")]
+#![doc(html_root_url="https://docs.rs/openssl/0.9.8")]
#[macro_use]
extern crate bitflags;