From aed42eb81a5e61c11595b4179c512d3bab4935e0 Mon Sep 17 00:00:00 2001 From: Kurtis Dinelle Date: Thu, 14 May 2026 08:43:51 -0700 Subject: [PATCH] Update rolling workflow msrv --- .github/workflows/rolling.yml | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/.github/workflows/rolling.yml b/.github/workflows/rolling.yml index 26fd36d..ca7fb2a 100644 --- a/.github/workflows/rolling.yml +++ b/.github/workflows/rolling.yml @@ -37,23 +37,7 @@ jobs: strategy: fail-fast: false matrix: - msrv: ["1.85"] # We're relying on namespaced-features, which - # was released in 1.60 - # - # We also depend on `fixed' which requires rust - # 1.71 - # - # Additionally, we depend on embedded-hal-async - # which requires 1.75 - # - # embassy-time requires 1.79 due to - # collapse_debuginfo - # - # embassy upstream switched to rust 1.83 - # - # f32::abs moved to core from std - # - # need edition 2024 + msrv: ["1.90"] name: ubuntu / ${{ matrix.msrv }} steps: