From f69280e9b92e9a7acc92cfa04a860d9b2b83b5c0 Mon Sep 17 00:00:00 2001 From: Harold Sun Date: Tue, 17 Dec 2024 06:00:55 +0800 Subject: [PATCH] Update MSRV to 1.71.1 (#949) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 31ba399b..1a93d85c 100644 --- a/README.md +++ b/README.md @@ -409,7 +409,7 @@ fn main() -> Result<(), Box> { ## Supported Rust Versions (MSRV) -The AWS Lambda Rust Runtime requires a minimum of Rust 1.70, and is not guaranteed to build on compiler versions earlier than that. +The AWS Lambda Rust Runtime requires a minimum of Rust 1.71.1, and is not guaranteed to build on compiler versions earlier than that. ## Security