Skip to content

Commit 7815567

Browse files
committed
bump: MSRV to 1.75.0
1 parent 519a92c commit 7815567

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/build-events.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
matrix:
1818
toolchain:
19-
- "1.71.1" # Current MSRV
19+
- "1.75.0" # Current MSRV
2020
- stable
2121
env:
2222
RUST_BACKTRACE: 1

.github/workflows/build-extension.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
matrix:
2424
toolchain:
25-
- "1.71.1" # Current MSRV
25+
- "1.75.0" # Current MSRV
2626
- stable
2727
env:
2828
RUST_BACKTRACE: 1

.github/workflows/build-runtime.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
strategy:
2222
matrix:
2323
toolchain:
24-
- "1.71.1" # Current MSRV
24+
- "1.75.0" # Current MSRV
2525
- stable
2626
env:
2727
RUST_BACKTRACE: 1

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ fn main() -> Result<(), Box<Error>> {
409409

410410
## Supported Rust Versions (MSRV)
411411

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

414414
## Security
415415

0 commit comments

Comments
 (0)