We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc47ef1 commit 7047669Copy full SHA for 7047669
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## v0.11.16
2
+
3
+- Chore: set MSRV in `Cargo.toml`.
4
+- Docs: fix build on docs.rs
5
6
## v0.11.15
7
8
- Add `RequestBuilder` methods to split and reconstruct from its parts.
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "reqwest"
-version = "0.11.15" # remember to update html_root_url
+version = "0.11.16" # remember to update html_root_url
description = "higher level HTTP client library"
keywords = ["http", "request", "client"]
categories = ["web-programming::http-client", "wasm"]
0 commit comments