Skip to content

Commit 1436fc7

Browse files
committed
fix: bump MSRV
1 parent 629a7e4 commit 1436fc7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build-events.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
toolchain:
17-
- "1.70.0" # Current MSRV
17+
- "1.71.1" # Current MSRV
1818
- stable
1919
env:
2020
RUST_BACKTRACE: 1

.github/workflows/build-extension.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
matrix:
2020
toolchain:
21-
- "1.70.0" # Current MSRV
21+
- "1.71.1" # Current MSRV
2222
- stable
2323
env:
2424
RUST_BACKTRACE: 1

.github/workflows/build-runtime.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
matrix:
2121
toolchain:
22-
- "1.70.0" # Current MSRV
22+
- "1.71.1" # Current MSRV
2323
- stable
2424
env:
2525
RUST_BACKTRACE: 1

0 commit comments

Comments
 (0)