summaryrefslogtreecommitdiffstats
path: root/.github/workflows/msrv.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/msrv.yml')
-rw-r--r--.github/workflows/msrv.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/msrv.yml b/.github/workflows/msrv.yml
index 85395bc..49b3356 100644
--- a/.github/workflows/msrv.yml
+++ b/.github/workflows/msrv.yml
@@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
rust:
- - 1.66.0
+ - 1.70.0
- stable
- beta
- nightly
@@ -39,7 +39,7 @@ jobs:
strategy:
matrix:
rust:
- - 1.66.0
+ - 1.70.0
- stable
- beta
- nightly
@@ -95,7 +95,7 @@ jobs:
strategy:
matrix:
rust:
- - 1.66.0
+ - 1.70.0
- 1.73.0
steps:
- name: Checkout sources
@@ -117,7 +117,7 @@ jobs:
strategy:
matrix:
rust:
- - 1.66.0
+ - 1.70.0
- 1.73.0
steps: