From d64ce7208e1a0baac1a83b9bb0481ea5c08f62f1 Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Thu, 15 Jun 2017 19:49:55 -0700 Subject: [PATCH] Release v0.3.0 --- Cargo.toml | 4 ++-- src/lib.rs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e0384d11..a29677d2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,11 +1,11 @@ [package] name = "hyper-openssl" -version = "0.2.7" +version = "0.3.0" 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.2.7/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 961955ae..5445c33b 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.2.7")] +#![doc(html_root_url="https://docs.rs/hyper-openssl/0.3.0")] extern crate antidote; extern crate futures;