Add an MSRV

This just copies TaskChampion's MSRV for the moment.
This commit is contained in:
Dustin J. Mitchell 2025-02-13 08:23:43 -05:00
parent e401b67c43
commit 710883935b
No known key found for this signature in database
3 changed files with 8 additions and 1 deletions

View file

@ -5,6 +5,7 @@ members = [
"server",
"sqlite",
]
rust-version = "1.81.0" # MSRV
[workspace.dependencies]
uuid = { version = "^1.13.1", features = ["serde", "v4"] }