From b41e7e090f1ebe45328fb3c02aad51e1cfcf2753 Mon Sep 17 00:00:00 2001 From: Brian Smith Date: Sun, 3 Sep 2023 14:43:06 -0700 Subject: [PATCH] CI: Increase MSRV to 1.60. --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ba4f4be520..2bb10dcd71 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -194,7 +194,8 @@ jobs: rust_channel: - stable - nightly - - 1.57 # MSRV + # Some benchmarking dependencies require 1.60. + - 1.60 # MSRV - beta include: