From f6c6f26b8ba03ae27afe7abace2554260339ab14 Mon Sep 17 00:00:00 2001 From: Robert Garrett Date: Sat, 8 Nov 2025 11:19:15 -0600 Subject: [PATCH] Update CI, the MSRV is 1.87 I really should have fixed this forever ago and just didn't. Good thing nobody uses this program and it doesn't matter :p --- .gitea/workflows/check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/check.yml b/.gitea/workflows/check.yml index 0738de38..ee970e97 100644 --- a/.gitea/workflows/check.yml +++ b/.gitea/workflows/check.yml @@ -78,7 +78,7 @@ jobs: # https://docs.github.com/en/actions/learn-github-actions/contexts#context-availability strategy: matrix: - msrv: ["1.79.0"] + msrv: ["1.87.0"] name: ubuntu / ${{ matrix.msrv }} steps: - uses: actions/checkout@v4