Skip to content

Commit 2474edd

Browse files
committed
v1.0.0
1 parent 5d64f32 commit 2474edd

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

http-body-util/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ categories = ["web-programming"]
2929
bytes = "1"
3030
futures-util = { version = "0.3.14", default-features = false, features = ["alloc"] }
3131
http = "1"
32-
http-body = { version = "=1.0.0-rc.2", path = "../http-body" }
32+
http-body = { version = "1", path = "../http-body" }
3333
pin-project-lite = "0.2"
3434

3535
[dev-dependencies]

http-body/CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
# Unreleased
1+
# 1.0.0 (November 15, 2023)
22

3-
None.
3+
- Update `http` to 1.0.
4+
- Add `Frame::map_data()`.
45

56
# 1.0.0-rc.2 (Dec 28, 2022)
67

http-body/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "http-body"
77
# - README.md
88
# - Update CHANGELOG.md.
99
# - Create "http-body-x.y.z" git tag.
10-
version = "1.0.0-rc.2"
10+
version = "1.0.0"
1111
authors = [
1212
"Carl Lerche <me@carllerche.com>",
1313
"Lucio Franco <luciofranco14@gmail.com>",

0 commit comments

Comments
 (0)