We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ef8703 commit 8b8fdd2Copy full SHA for 8b8fdd2
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## v0.12.12
2
+
3
+- (wasm) Fix compilation by not compiler `tokio/time` on WASM.
4
5
## v0.12.11
6
7
- Fix decompression returning an error when HTTP/2 ends with an empty data frame.
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "reqwest"
-version = "0.12.11"
+version = "0.12.12"
description = "higher level HTTP client library"
keywords = ["http", "request", "client"]
categories = ["web-programming::http-client", "wasm"]
0 commit comments