Skip to content

Commit d4986e5

Browse files
committed
v0.11.8
1 parent baffb9c commit d4986e5

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v0.11.8
2+
3+
- Update internal webpki-roots dependency.
4+
15
## v0.11.7
26

37
- Add `blocking::ClientBuilder::resolve()` option, matching the async builder.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "reqwest"
3-
version = "0.11.7" # remember to update html_root_url
3+
version = "0.11.8" # remember to update html_root_url
44
description = "higher level HTTP client library"
55
keywords = ["http", "request", "client"]
66
categories = ["web-programming::http-client", "wasm"]

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#![deny(missing_debug_implementations)]
33
#![cfg_attr(docsrs, feature(doc_cfg))]
44
#![cfg_attr(test, deny(warnings))]
5-
#![doc(html_root_url = "https://docs.rs/reqwest/0.11.7")]
5+
#![doc(html_root_url = "https://docs.rs/reqwest/0.11.8")]
66

77
//! # reqwest
88
//!

0 commit comments

Comments
 (0)