Skip to content

Commit e764ca0

Browse files
committed
Test mgm with 1.65
1 parent a16adfb commit e764ca0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/mgm.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ jobs:
2323
strategy:
2424
matrix:
2525
rust:
26-
- 1.56.0 # MSRV
26+
# MSRV is at 1.56, but we have dependencies in the workspace that are 1.65
27+
- 1.65.0 # MSRV
2728
- stable
2829
target:
2930
- thumbv7em-none-eabi
@@ -41,7 +42,8 @@ jobs:
4142
strategy:
4243
matrix:
4344
rust:
44-
- 1.56.0 # MSRV
45+
# MSRV is at 1.56, but we have dependencies in the workspace that are 1.65
46+
- 1.65.0 # MSRV
4547
- stable
4648
steps:
4749
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)