Skip to content

Commit af93b15

Browse files
committed
Bump MSRV to 1.81 in inout CI
1 parent 712fc62 commit af93b15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/inout.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
strategy:
2626
matrix:
2727
rust:
28-
- 1.65.0 # MSRV
28+
- 1.81.0 # MSRV
2929
- stable
3030
target:
3131
- thumbv7em-none-eabi
@@ -50,7 +50,7 @@ jobs:
5050
strategy:
5151
matrix:
5252
rust:
53-
- 1.65.0 # MSRV
53+
- 1.81.0 # MSRV
5454
- stable
5555
steps:
5656
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)