From 81e77da7026b141e3e3326190cf01a8bc64b4425 Mon Sep 17 00:00:00 2001 From: amesgen Date: Mon, 8 Apr 2024 23:45:48 +0200 Subject: [PATCH] tmp: bump MSRV to make CI pass --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index d70dfc88..eb0ffe2f 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -22,7 +22,7 @@ jobs: - stable - beta - nightly - - 1.61.0 # MSRV - keep in sync with what rustls considers MSRV + - 1.64.0 # MSRV - keep in sync with what rustls considers MSRV os: [ubuntu-latest] # but only stable on macos/windows (slower platforms) include: