From f5ce7d8127e59f1a9d093187e801fbbde60b9830 Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Tue, 11 Jul 2017 12:41:29 -0700 Subject: [PATCH] v0.7.0 --- Cargo.toml | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 30cff88..a43b9d5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "reqwest" -version = "0.6.2" # remember to update html_root_url +version = "0.7.0" # 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 c35d509..d7eac05 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.6.2")] +#![doc(html_root_url = "https://docs.rs/reqwest/0.7.0")] //! # reqwest //!