Skip to content

Commit

Permalink
chore: set msrv to 1.49
Browse files Browse the repository at this point in the history
  • Loading branch information
tottoto authored and seanmonstar committed Mar 11, 2024
1 parent 50f347d commit c1fcfb1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
[workspace]
members = ["http-body", "http-body-util"]
resolver = "2"
1 change: 1 addition & 0 deletions http-body-util/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Combinators and adapters for HTTP request or response bodies.
"""
keywords = ["http"]
categories = ["web-programming"]
rust-version = "1.49"

[dependencies]
bytes = "1"
Expand Down
1 change: 1 addition & 0 deletions http-body/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ Trait representing an asynchronous, streaming, HTTP request or response body.
"""
keywords = ["http"]
categories = ["web-programming"]
rust-version = "1.49"

[dependencies]
bytes = "1"
Expand Down

0 comments on commit c1fcfb1

Please sign in to comment.