From e764ca0a4e6e016c747f79c37e19678f8eb59824 Mon Sep 17 00:00:00 2001 From: Arthur Gautier Date: Thu, 7 Mar 2024 09:22:31 -0800 Subject: [PATCH] Test mgm with 1.65 --- .github/workflows/mgm.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/mgm.yml b/.github/workflows/mgm.yml index ca91fb9b..3346701b 100644 --- a/.github/workflows/mgm.yml +++ b/.github/workflows/mgm.yml @@ -23,7 +23,8 @@ jobs: strategy: matrix: rust: - - 1.56.0 # MSRV + # MSRV is at 1.56, but we have dependencies in the workspace that are 1.65 + - 1.65.0 # MSRV - stable target: - thumbv7em-none-eabi @@ -41,7 +42,8 @@ jobs: strategy: matrix: rust: - - 1.56.0 # MSRV + # MSRV is at 1.56, but we have dependencies in the workspace that are 1.65 + - 1.65.0 # MSRV - stable steps: - uses: actions/checkout@v4