Skip to content

Commit 96a4fea

Browse files
committed
Merge tag 'v0.12.14'
2 parents 5fd3d5b + cf50f11 commit 96a4fea

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v0.12.14
2+
3+
- Fix missing `fetch_mode_no_cors()`, marking as deprecated when not on WASM.
4+
15
## v0.12.13
26

37
- Add `Form::into_reader()` for blocking `multipart` forms.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "reqwest"
3-
version = "0.12.13"
3+
version = "0.12.14"
44
description = "higher level HTTP client library"
55
keywords = ["http", "request", "client"]
66
categories = ["web-programming::http-client", "wasm"]

0 commit comments

Comments
 (0)