Skip to content

Commit eeca649

Browse files
committed
v0.11.17
1 parent b4d5ab0 commit eeca649

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## v0.11.17
2+
3+
- Upgrade internal dependencies of Experimental HTTP/3 to use quinn v0.9
4+
- (wasm) Fix blob url support
5+
16
## v0.11.16
27

38
- Chore: set MSRV in `Cargo.toml`.

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.16" # remember to update html_root_url
3+
version = "0.11.17" # 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.15")]
5+
#![doc(html_root_url = "https://docs.rs/reqwest/0.11.17")]
66

77
//! # reqwest
88
//!

0 commit comments

Comments
 (0)