From 16d7dc7c10806ceb64bce270dd196d82fb36034d Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Thu, 23 Jun 2022 14:36:08 -0700 Subject: [PATCH] chore(lib): bump MSRV to 1.56 --- .github/workflows/CI.yml | 2 +- docs/MSRV.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 706dbc076c..126b8f7161 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -101,7 +101,7 @@ jobs: strategy: matrix: rust: - - 1.49 # keep in sync with MSRV.md dev doc + - 1.56 # keep in sync with MSRV.md dev doc os: - ubuntu-latest diff --git a/docs/MSRV.md b/docs/MSRV.md index ddc8534e2e..65127c99bd 100644 --- a/docs/MSRV.md +++ b/docs/MSRV.md @@ -6,4 +6,4 @@ hyper. It is possible that an older compiler can work, but that is not guaranteed. We try to increase the MSRV responsibly, only when a significant new feature is needed. -The current MSRV is: **1.49**. +The current MSRV is: **1.56**.