Skip to content

Commit c6c5629

Browse files
committed
CI: use 1.85 (no '.0') as the consistent MSRV
1 parent 8d9e425 commit c6c5629

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/spake2.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
matrix:
2424
rust:
25-
- 1.85.0 # MSRV
25+
- 1.85 # MSRV
2626
- stable
2727
target:
2828
- thumbv7em-none-eabi
@@ -40,7 +40,7 @@ jobs:
4040
strategy:
4141
matrix:
4242
rust:
43-
- 1.85.0 # MSRV
43+
- 1.85 # MSRV
4444
- stable
4545
steps:
4646
- uses: actions/checkout@v6

.github/workflows/srp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
strategy:
2525
matrix:
2626
rust:
27-
- 1.85.0 # MSRV
27+
- 1.85 # MSRV
2828
- stable
2929
target:
3030
- thumbv7em-none-eabi

0 commit comments

Comments
 (0)