From 02a85b3621d60adc3160d5ce258ff1b98958afb2 Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Wed, 6 Dec 2017 21:55:26 -0800 Subject: [PATCH] Release 0.3.1 --- Cargo.toml | 3 +-- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index bddbde12..34f574c1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,11 +1,10 @@ [package] name = "hyper-openssl" -version = "0.3.0" +version = "0.3.1" authors = ["Steven Fackler "] description = "Hyper SSL support via OpenSSL" license = "MIT/Apache-2.0" repository = "https://github.com/sfackler/hyper-openssl" -documentation = "https://docs.rs/hyper-openssl/0.3.0/hyper_openssl" readme = "README.md" exclude = ["test/*"] diff --git a/src/lib.rs b/src/lib.rs index 6431e776..b5446d62 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -25,7 +25,7 @@ //! } //! ``` #![warn(missing_docs)] -#![doc(html_root_url="https://docs.rs/hyper-openssl/0.3.0")] +#![doc(html_root_url="https://docs.rs/hyper-openssl/0.3")] extern crate antidote; extern crate futures;