From d6aa174cc8b07f393a9271d933993caebfc90acd Mon Sep 17 00:00:00 2001 From: jbis9051 Date: Mon, 20 Dec 2021 20:46:00 -0500 Subject: [PATCH] Bump Bump --- .github/workflows/spake2.yml | 2 +- .github/workflows/workspace.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/spake2.yml b/.github/workflows/spake2.yml index 21ab115..e3b6c0c 100644 --- a/.github/workflows/spake2.yml +++ b/.github/workflows/spake2.yml @@ -22,7 +22,7 @@ jobs: strategy: matrix: rust: - - 1.41.0 # MSRV + - 1.56.0 # MSRV - stable steps: - uses: actions/checkout@v2 diff --git a/.github/workflows/workspace.yml b/.github/workflows/workspace.yml index 9117e88..128fc90 100644 --- a/.github/workflows/workspace.yml +++ b/.github/workflows/workspace.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v1 - uses: actions-rs/toolchain@v1 with: - toolchain: 1.41.0 # MSRV + toolchain: 1.56.0 # MSRV components: clippy override: true profile: minimal