diff --git a/Cargo.toml b/Cargo.toml index 8936c41ae..a38561bcd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ name = "tokio" # - Update html_root_url. # - Update CHANGELOG.md. # - Create "v0.1.x" git tag. -version = "0.1.4" +version = "0.1.5" authors = ["Carl Lerche "] license = "MIT" readme = "README.md" diff --git a/src/lib.rs b/src/lib.rs index 42fd8ca55..6466896b8 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -63,7 +63,7 @@ //! } //! ``` -#![doc(html_root_url = "https://docs.rs/tokio/0.1.4")] +#![doc(html_root_url = "https://docs.rs/tokio/0.1.5")] #![deny(missing_docs, warnings, missing_debug_implementations)] #[macro_use]