From 1fa4054c8dc6310cbd08e9c623907d5af4ba8686 Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Thu, 20 Jun 2024 19:49:45 -0600 Subject: [PATCH] CI: use 1.60 as the MSRV --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c5fe9e4..7c1616a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,7 +12,7 @@ jobs: - stable - beta - nightly - - 1.41.0 + - 1.60.0 steps: - name: checkout uses: actions/checkout@v2