v0.10.6
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
## v0.10.6
|
||||||
|
|
||||||
|
- Changed handling of URLs that don't have `http:` or `https:` schemes, returning an error instead.
|
||||||
|
- Fixed a potential hyper-rustls feature conflict.
|
||||||
|
|
||||||
## v0.10.5
|
## v0.10.5
|
||||||
|
|
||||||
- Add `ClientBuilder::pool_idle_timeout` option.
|
- Add `ClientBuilder::pool_idle_timeout` option.
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "reqwest"
|
name = "reqwest"
|
||||||
version = "0.10.5" # remember to update html_root_url
|
version = "0.10.6" # remember to update html_root_url
|
||||||
description = "higher level HTTP client library"
|
description = "higher level HTTP client library"
|
||||||
keywords = ["http", "request", "client"]
|
keywords = ["http", "request", "client"]
|
||||||
categories = ["web-programming::http-client", "wasm"]
|
categories = ["web-programming::http-client", "wasm"]
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#![deny(missing_docs)]
|
#![deny(missing_docs)]
|
||||||
#![deny(missing_debug_implementations)]
|
#![deny(missing_debug_implementations)]
|
||||||
#![cfg_attr(test, deny(warnings))]
|
#![cfg_attr(test, deny(warnings))]
|
||||||
#![doc(html_root_url = "https://docs.rs/reqwest/0.10.5")]
|
#![doc(html_root_url = "https://docs.rs/reqwest/0.10.6")]
|
||||||
|
|
||||||
//! # reqwest
|
//! # reqwest
|
||||||
//!
|
//!
|
||||||
|
|||||||
Reference in New Issue
Block a user