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**.