diff --git a/Cargo.toml b/Cargo.toml index a43b9d5..049c060 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "reqwest" -version = "0.7.0" # remember to update html_root_url +version = "0.7.1" # remember to update html_root_url description = "higher level HTTP client library" keywords = ["http", "request", "client"] repository = "https://github.com/seanmonstar/reqwest" diff --git a/src/lib.rs b/src/lib.rs index fd4b23b..cc1237e 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,7 +1,7 @@ #![deny(warnings)] #![deny(missing_docs)] #![deny(missing_debug_implementations)] -#![doc(html_root_url = "https://docs.rs/reqwest/0.7.0")] +#![doc(html_root_url = "https://docs.rs/reqwest/0.7.1")] //! # reqwest //!