diff --git a/Cargo.toml b/Cargo.toml index 0bd257a5..86198ad2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,11 +1,11 @@ [package] name = "hyper-openssl" -version = "0.2.1" +version = "0.2.2" 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.1/hyper_openssl" +documentation = "https://docs.rs/hyper-openssl/0.2.2/hyper_openssl" readme = "README.md" exclude = ["test/*"] diff --git a/src/lib.rs b/src/lib.rs index 27a37b9b..2e119ead 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -40,7 +40,7 @@ //! } //! ``` #![warn(missing_docs)] -#![doc(html_root_url="https://docs.rs/hyper-openssl/0.2.1")] +#![doc(html_root_url="https://docs.rs/hyper-openssl/0.2.2")] extern crate antidote; extern crate hyper;