Merge pull request #133 from budziq/html_root_url

Point html_root_url to docs.rs
This commit is contained in:
Sean McArthur
2017-06-01 15:54:27 -07:00
committed by GitHub
2 changed files with 2 additions and 1 deletions

View File

@@ -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"

View File

@@ -1,5 +1,6 @@
#![deny(warnings)]
#![deny(missing_docs)]
#![doc(html_root_url = "https://docs.rs/reqwest/0.6.2")]
//! # reqwest
//!