From c1fcfb100a870fbd4c3863cce6462393cf5c26cb Mon Sep 17 00:00:00 2001 From: tottoto Date: Tue, 12 Mar 2024 00:41:36 +0900 Subject: [PATCH] chore: set msrv to 1.49 --- Cargo.toml | 1 - http-body-util/Cargo.toml | 1 + http-body/Cargo.toml | 1 + 3 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5e25e24..395e5fc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,3 +1,2 @@ [workspace] members = ["http-body", "http-body-util"] -resolver = "2" diff --git a/http-body-util/Cargo.toml b/http-body-util/Cargo.toml index 7e47f5b..b9ccb6f 100644 --- a/http-body-util/Cargo.toml +++ b/http-body-util/Cargo.toml @@ -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" diff --git a/http-body/Cargo.toml b/http-body/Cargo.toml index e521046..4547c25 100644 --- a/http-body/Cargo.toml +++ b/http-body/Cargo.toml @@ -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"