From 485091d50961b3560779f1d75f5d4318ebae6c37 Mon Sep 17 00:00:00 2001 From: Lucio Franco Date: Fri, 22 Oct 2021 12:12:56 -0400 Subject: [PATCH] Bump MSRV to 1.51 (#552) --- .github/workflows/continuous-integration-workflow.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous-integration-workflow.yaml b/.github/workflows/continuous-integration-workflow.yaml index 1c9ddfe0e..3ba00ac0b 100644 --- a/.github/workflows/continuous-integration-workflow.yaml +++ b/.github/workflows/continuous-integration-workflow.yaml @@ -46,7 +46,7 @@ jobs: matrix: toolchain: - stable - - 1.46.0 + - 1.51.0 os: - ubuntu-latest - macos-latest