Skip to content

Commit c1fcfb1

Browse files
tottotoseanmonstar
authored andcommitted
chore: set msrv to 1.49
1 parent 50f347d commit c1fcfb1

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
[workspace]
22
members = ["http-body", "http-body-util"]
3-
resolver = "2"

http-body-util/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Combinators and adapters for HTTP request or response bodies.
2424
"""
2525
keywords = ["http"]
2626
categories = ["web-programming"]
27+
rust-version = "1.49"
2728

2829
[dependencies]
2930
bytes = "1"

http-body/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ Trait representing an asynchronous, streaming, HTTP request or response body.
2323
"""
2424
keywords = ["http"]
2525
categories = ["web-programming"]
26+
rust-version = "1.49"
2627

2728
[dependencies]
2829
bytes = "1"

0 commit comments

Comments
 (0)