summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/ci.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 55cafc2..de1c939 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -28,7 +28,7 @@ jobs:
strategy:
matrix:
rust:
- - 1.50.0
+ - 1.54.0
- stable
- beta
@@ -54,7 +54,7 @@ jobs:
strategy:
matrix:
rust:
- - 1.50.0
+ - 1.54.0
- stable
- beta
steps:
@@ -81,7 +81,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
- toolchain: 1.50.0
+ toolchain: 1.54.0
override: true
- run: rustup component add clippy
- name: cargo clippy