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.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/msrv.yml b/.github/workflows/msrv.yml
index e19b53b..bcf7ac7 100644
--- a/.github/workflows/msrv.yml
+++ b/.github/workflows/msrv.yml
@@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
rust:
- - 1.60.0
+ - 1.64.0
- stable
- beta
- nightly
@@ -39,7 +39,7 @@ jobs:
strategy:
matrix:
rust:
- - 1.60.0
+ - 1.64.0
- stable
- beta
- nightly
@@ -57,7 +57,7 @@ jobs:
run: cargo test --all-features
- name: Run cargo test (nightly)
- if: matrix.rust == '1.60.0'
+ if: matrix.rust == '1.64.0'
continue-on-error: true
run: cargo test --tests --all-features
@@ -95,7 +95,7 @@ jobs:
strategy:
matrix:
rust:
- - 1.60.0
+ - 1.64.0
- stable
steps:
- name: Checkout sources
@@ -117,7 +117,7 @@ jobs:
strategy:
matrix:
rust:
- - 1.60.0
+ - 1.64.0
- stable
steps: