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 ef2768a commit d978599Copy full SHA for d978599
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## v0.12.28
2
+
3
+- Fix compiling on Windows if TLS and SOCKS features are not enabled.
4
5
## v0.12.27
6
7
- Add `ClientBuilder::windows_named_pipe(name)` option that will force all requests over that Windows Named Piper.
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "reqwest"
-version = "0.12.27"
+version = "0.12.28"
description = "higher level HTTP client library"
keywords = ["http", "request", "client"]
categories = ["web-programming::http-client", "wasm"]
0 commit comments