aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/srp.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/srp.yml')
-rw-r--r--.github/workflows/srp.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/srp.yml b/.github/workflows/srp.yml
index d66d135..4e6485f 100644
--- a/.github/workflows/srp.yml
+++ b/.github/workflows/srp.yml
@@ -22,7 +22,7 @@ jobs:
strategy:
matrix:
rust:
- - 1.41.0 # MSRV
+ - 1.56.0 # MSRV
- stable
steps:
- uses: actions/checkout@v2