From 3713673adc0b1391076086eb41c4b2d14403b43e Mon Sep 17 00:00:00 2001 From: Michael Furmur Date: Tue, 9 Apr 2024 02:10:28 +0300 Subject: [PATCH] bump MSRV to 1.58.1 --- .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 1f7e6fe..4ff90e3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: rust: - stable - nightly - - 1.56.1 # MSRV + - 1.58.1 # MSRV steps: - uses: actions/checkout@v2