mirror of
https://github.com/GothenburgBitFactory/taskchampion-sync-server.git
synced 2025-08-01 20:20:25 +02:00
Update crates and bump MSRV to 1.82.0
This commit is contained in:
parent
953411bff8
commit
cd874bc56a
3 changed files with 291 additions and 248 deletions
3
.github/workflows/rust-tests.yml
vendored
3
.github/workflows/rust-tests.yml
vendored
|
@ -10,11 +10,10 @@ on:
|
|||
jobs:
|
||||
test:
|
||||
strategy:
|
||||
# A simple matrix for now, but if we introduce an MSRV it can be added here.
|
||||
matrix:
|
||||
rust:
|
||||
# MSRV
|
||||
- "1.81.0"
|
||||
- "1.82.0"
|
||||
- "stable"
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
|
534
Cargo.lock
generated
534
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -5,7 +5,7 @@ members = [
|
|||
"server",
|
||||
"sqlite",
|
||||
]
|
||||
rust-version = "1.81.0" # MSRV
|
||||
rust-version = "1.82.0" # MSRV
|
||||
|
||||
[workspace.dependencies]
|
||||
uuid = { version = "^1.17.0", features = ["serde", "v4"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue