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 d0d2b47 commit cf69fd4Copy full SHA for cf69fd4
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## v0.11.27
2
+
3
+- Add `hickory-dns` feature, deprecating `trust-dns`.
4
+- (wasm) Fix `Form::text()` to not set octet-stream for plain text fields.
5
6
## v0.11.26
7
8
- Revert `system-configuration` upgrade, which broke MSRV on macOS.
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "reqwest"
-version = "0.11.26" # remember to update html_root_url
+version = "0.11.27" # 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