From 03a98e24c9e49db323114b9e4ac97dd2f302de81 Mon Sep 17 00:00:00 2001 From: David Calavera Date: Tue, 11 Oct 2022 09:28:49 -0700 Subject: [PATCH] Update MSRV to 1.62 (#544) This keeps us compatible with the AWS SDK. Signed-off-by: David Calavera Signed-off-by: David Calavera --- .github/workflows/build.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a39c9d55..a33eca21 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,7 +12,7 @@ jobs: - ubuntu-latest - macOS-latest rust: - - "1.58.0" # Current MSRV + - "1.62.0" # Current MSRV - stable - beta - nightly diff --git a/README.md b/README.md index 2b00dbe8..9ff1ebc2 100644 --- a/README.md +++ b/README.md @@ -407,7 +407,7 @@ This will make your function compile much faster. ## Supported Rust Versions (MSRV) -The AWS Lambda Rust Runtime requires a minimum of Rust 1.58, and is not guaranteed to build on compiler versions earlier than that. +The AWS Lambda Rust Runtime requires a minimum of Rust 1.62, and is not guaranteed to build on compiler versions earlier than that. ## Security