From 75345222d791d850fcb83ccaf5f56579757466c2 Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Wed, 23 Feb 2022 19:10:14 -0800 Subject: [PATCH] chore(ci): increase MSRV to 1.49 --- .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 e41076b90d..f17db9e638 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -100,7 +100,7 @@ jobs: strategy: matrix: rust: - - 1.46 # keep in sync with MSRV.md dev doc + - 1.49 # keep in sync with MSRV.md dev doc os: - ubuntu-latest diff --git a/docs/MSRV.md b/docs/MSRV.md index 8a7ba8ec2f..ddc8534e2e 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.46**. +The current MSRV is: **1.49**.