From e8dcc37595306cc1f9b39a9677ddd80d1c33e66a Mon Sep 17 00:00:00 2001 From: Mykhailo Donchenko <91957742+Buckram123@users.noreply.github.com> Date: Thu, 4 Jan 2024 16:59:04 +0200 Subject: [PATCH] bump msrv (#208) * bump msrv * update comment * msrv for template --- .github/workflows/check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 66c6108..112be2c 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -79,7 +79,7 @@ jobs: # https://docs.github.com/en/actions/learn-github-actions/contexts#context-availability strategy: matrix: - msrv: [1.65.0] # Let-else statements are used in the code + msrv: [1.72.0] # cosmrs v0.15.0 requires 1.72.0 or newer name: ubuntu / ${{ matrix.msrv }} steps: - uses: actions/checkout@v3