From 2d2e09fedaac7a9e3731cc6737773dbf601e1f43 Mon Sep 17 00:00:00 2001 From: Harold Sun Date: Mon, 16 Dec 2024 03:22:34 +0000 Subject: [PATCH] Update MSRV to 1.71.1 --- 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