From b8bb6a89050294b50367ddec2cdb71206f5eeeab Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Thu, 23 Sep 2021 08:57:47 +0200 Subject: actions: Update MSRV to 1.54.0 Signed-off-by: Matthias Beyer --- .github/workflows/ci.yml | 6 +++--- 1 file 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 -- cgit v1.2.3