v0.10.4
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
## v0.10.4
|
||||
|
||||
- Add `trust-dns` optional feature to change DNS resolver.
|
||||
- Add `bytes()` method to `reqwest::blocking::Response`.
|
||||
- Add `buffer()` method to `reqwest::blocking::Body`.
|
||||
- Implement `From<http::Request>` for `reqwest::Request`.
|
||||
|
||||
## v0.10.3
|
||||
|
||||
- Upgrade internal `rustls` version.
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "reqwest"
|
||||
version = "0.10.3" # remember to update html_root_url
|
||||
version = "0.10.4" # remember to update html_root_url
|
||||
description = "higher level HTTP client library"
|
||||
keywords = ["http", "request", "client"]
|
||||
categories = ["web-programming::http-client", "wasm"]
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#![deny(missing_docs)]
|
||||
#![deny(missing_debug_implementations)]
|
||||
#![cfg_attr(test, deny(warnings))]
|
||||
#![doc(html_root_url = "https://docs.rs/reqwest/0.10.3")]
|
||||
#![doc(html_root_url = "https://docs.rs/reqwest/0.10.4")]
|
||||
|
||||
//! # reqwest
|
||||
//!
|
||||
|
||||
Reference in New Issue
Block a user