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