From 0ffeb074b6ea68c57eba8e82820ffec19d283deb Mon Sep 17 00:00:00 2001 From: Michal Budzynski Date: Thu, 1 Jun 2017 09:50:19 +0200 Subject: [PATCH] Point html_root_url to docs.rs --- Cargo.toml | 2 +- src/lib.rs | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ce325b1..9366db5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "reqwest" -version = "0.6.2" +version = "0.6.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 6de09ea..dc29d57 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,5 +1,6 @@ #![deny(warnings)] #![deny(missing_docs)] +#![doc(html_root_url = "https://docs.rs/reqwest/0.6.2")] //! # reqwest //!