aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Munns <[email protected]>2025-11-13 18:04:06 +0100
committerJames Munns <[email protected]>2025-11-13 18:04:06 +0100
commitf1636f3913e06f84ec2a097924bd7154b9bb1a3c (patch)
tree8128d3f0ba58c530a5fb83f6eca62a8b12a1709b
parent306e55819656eeb41c69f2d5625c46419f0534c4 (diff)
Bump msrv
-rw-r--r--.github/workflows/check.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml
index 7aec2f489..8e05f5c5d 100644
--- a/.github/workflows/check.yml
+++ b/.github/workflows/check.yml
@@ -180,7 +180,7 @@ jobs:
180 strategy: 180 strategy:
181 fail-fast: false 181 fail-fast: false
182 matrix: 182 matrix:
183 msrv: ["1.90"] # We're relying on namespaced-features, which 183 msrv: ["1.91"] # We're relying on namespaced-features, which
184 # was released in 1.60 184 # was released in 1.60
185 # 185 #
186 # We also depend on `fixed' which requires rust 186 # We also depend on `fixed' which requires rust
@@ -195,6 +195,8 @@ jobs:
195 # embassy upstream switched to rust 1.85 195 # embassy upstream switched to rust 1.85
196 # 196 #
197 # unsigned_is_multiple_of requires 1.90, else we get clippy warnings 197 # unsigned_is_multiple_of requires 1.90, else we get clippy warnings
198 #
199 # [email protected] requires rustc 1.91
198 200
199 name: ubuntu / ${{ matrix.msrv }} 201 name: ubuntu / ${{ matrix.msrv }}
200 steps: 202 steps: