Skip to content

Commit

Permalink
http-body-util: v1.0.0-rc.2
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmonstar committed Dec 29, 2022
1 parent 2c2433b commit 3c6a3b9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion http-body-util/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v0.1.0-rc.1
# v1.0.0-rc.2

- Update to `http-body` rc.2.

# v1.0.0-rc.1

- Initial release, split from http-body 0.4.5.
4 changes: 2 additions & 2 deletions http-body-util/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ name = "http-body-util"
# - README.md
# - Update CHANGELOG.md.
# - Create "http-body-util-x.y.z" git tag.
version = "0.1.0-rc.1"
version = "0.1.0-rc.2"
authors = [
"Carl Lerche <me@carllerche.com>",
"Lucio Franco <luciofranco14@gmail.com>",
Expand All @@ -29,7 +29,7 @@ categories = ["web-programming"]
bytes = "1"
futures-util = { version = "0.3", default-features = false, features = ["alloc"] }
http = "0.2"
http-body = { version = "1.0.0-rc.1", path = "../http-body" }
http-body = { version = "=1.0.0-rc.2", path = "../http-body" }
pin-project-lite = "0.2"

[dev-dependencies]
Expand Down

0 comments on commit 3c6a3b9

Please sign in to comment.