From 1a12f37a2f1c5f99e3b590b3ba070859120a9f8e Mon Sep 17 00:00:00 2001 From: Steve Myers Date: Tue, 26 Jul 2022 12:35:41 -0700 Subject: [PATCH] Set MSRV to 1.57.0 --- .github/workflows/cont_integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cont_integration.yml b/.github/workflows/cont_integration.yml index 40c5e97..2d3980d 100644 --- a/.github/workflows/cont_integration.yml +++ b/.github/workflows/cont_integration.yml @@ -12,7 +12,7 @@ jobs: rust: - version: 1.60.0 # STABLE clippy: true - - version: 1.56.1 # MSRV + - version: 1.57.0 # MSRV steps: - name: checkout uses: actions/checkout@v2