We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45211b0 commit ba10a25Copy full SHA for ba10a25
.github/workflows/build.yml
@@ -12,7 +12,7 @@ jobs:
12
- ubuntu-latest
13
- macOS-latest
14
rust:
15
- - "1.58.0" # Current MSRV
+ - "1.62.0" # Current MSRV
16
- stable
17
- beta
18
- nightly
README.md
@@ -407,7 +407,7 @@ This will make your function compile much faster.
407
408
## Supported Rust Versions (MSRV)
409
410
-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.
411
412
## Security
413
0 commit comments