diff --git a/CHANGELOG.md b/CHANGELOG.md index 82a7d1f04..dc42497d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## v0.12.12 + +- (wasm) Fix compilation by not compiler `tokio/time` on WASM. + ## v0.12.11 - Fix decompression returning an error when HTTP/2 ends with an empty data frame. diff --git a/Cargo.toml b/Cargo.toml index 8ab1d3abf..e2fd14b9f 100644 --- a/Cargo.toml +++ b/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"]