From ee4db166ce81585d29162f60c6d493f5e01e6061 Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Sat, 19 Aug 2017 16:07:24 -0700 Subject: [PATCH] v0.7.3 --- Cargo.toml | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 13948fa..b6f5598 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "reqwest" -version = "0.7.2" # remember to update html_root_url +version = "0.7.3" # 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 30e4f59..932020b 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.2")] +#![doc(html_root_url = "https://docs.rs/reqwest/0.7.3")] //! # reqwest //!