Add an MSRV (#89)

This just copies TaskChampion's MSRV for the moment.
This commit is contained in:
Dustin J. Mitchell
2025-02-16 16:48:12 -05:00
committed by GitHub
parent e2600dadc5
commit 5c42107006
3 changed files with 8 additions and 1 deletions

View File

@ -13,6 +13,8 @@ jobs:
# A simple matrix for now, but if we introduce an MSRV it can be added here.
matrix:
rust:
# MSRV
- "1.81.0"
- "stable"
runs-on: ubuntu-latest