aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/spake2.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/spake2.yml')
-rw-r--r--.github/workflows/spake2.yml2
1 files changed, 1 insertions, 1 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