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 cab4139 commit a97da64Copy full SHA for a97da64
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
None.
4
5
+# 0.4.4 (October 22, 2021)
6
+
7
+- Add `UnsyncBoxBody` and `Body::boxed_unsync`.
8
9
# 0.4.3 (August 8, 2021)
10
11
- Implement `Default` for `BoxBody`.
Cargo.toml
@@ -8,7 +8,7 @@ name = "http-body"
# - README.md
# - Update CHANGELOG.md.
# - Create "vx.y.z" git tag.
-version = "0.4.3"
+version = "0.4.4"
12
authors = [
13
"Carl Lerche <me@carllerche.com>",
14
"Lucio Franco <luciofranco14@gmail.com>",
src/lib.rs
@@ -1,4 +1,4 @@
1
-#![doc(html_root_url = "https://docs.rs/http-body/0.4.3")]
+#![doc(html_root_url = "https://docs.rs/http-body/0.4.4")]
#![deny(
missing_debug_implementations,
missing_docs,
0 commit comments