From f8ea7829bd2b8381bf8a4a66d154526572abe5bb Mon Sep 17 00:00:00 2001 From: Brian Smith Date: Sun, 3 Sep 2023 16:39:05 -0700 Subject: [PATCH] CI: Use 1.60.0 as MSRV for "features" test jobs too. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3edeb5e1b3..971e28032c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -341,7 +341,7 @@ jobs: rust_channel: - stable - nightly - - 1.57 # MSRV + - 1.60.0 # MSRV - beta include: