mirror of
https://github.com/GothenburgBitFactory/taskchampion-sync-server.git
synced 2025-07-07 20:06:41 +02:00
Add an MSRV
This just copies TaskChampion's MSRV for the moment.
This commit is contained in:
parent
e401b67c43
commit
710883935b
3 changed files with 8 additions and 1 deletions
|
@ -5,6 +5,7 @@ members = [
|
|||
"server",
|
||||
"sqlite",
|
||||
]
|
||||
rust-version = "1.81.0" # MSRV
|
||||
|
||||
[workspace.dependencies]
|
||||
uuid = { version = "^1.13.1", features = ["serde", "v4"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue