Update CI, the MSRV is 1.87
Some checks failed
check / stable / fmt (push) Successful in 21s
check / nightly / doc (push) Successful in 2m19s
check / ubuntu / stable / features (push) Successful in 2m26s
check / ubuntu / 1.87.0 (push) Has been cancelled

I really should have fixed this forever ago and just didn't. Good thing
nobody uses this program and it doesn't matter :p
This commit is contained in:
2025-11-08 11:19:15 -06:00
parent 9f8598c794
commit f6c6f26b8b

View File

@@ -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