diff --git a/Cargo.toml b/Cargo.toml index 049c060..13948fa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "reqwest" -version = "0.7.1" # remember to update html_root_url +version = "0.7.2" # 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 cc1237e..30e4f59 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.1")] +#![doc(html_root_url = "https://docs.rs/reqwest/0.7.2")] //! # reqwest //!