Skip to content

Commit ba10a25

Browse files
committed
Update MSRV to 1.62
This keeps us compatible with the AWS SDK. Signed-off-by: David Calavera <[email protected]>
1 parent 45211b0 commit ba10a25

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- ubuntu-latest
1313
- macOS-latest
1414
rust:
15-
- "1.58.0" # Current MSRV
15+
- "1.62.0" # Current MSRV
1616
- stable
1717
- beta
1818
- nightly

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ This will make your function compile much faster.
407407

408408
## Supported Rust Versions (MSRV)
409409

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.
410+
The AWS Lambda Rust Runtime requires a minimum of Rust 1.62, and is not guaranteed to build on compiler versions earlier than that.
411411

412412
## Security
413413

0 commit comments

Comments
 (0)