aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-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: