mirror of
https://github.com/GothenburgBitFactory/taskchampion-sync-server.git
synced 2026-04-07 02:00:39 +00:00
Update crates and bump MSRV to 1.82.0
This commit is contained in:
3
.github/workflows/rust-tests.yml
vendored
3
.github/workflows/rust-tests.yml
vendored
@ -10,11 +10,10 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
strategy:
|
strategy:
|
||||||
# A simple matrix for now, but if we introduce an MSRV it can be added here.
|
|
||||||
matrix:
|
matrix:
|
||||||
rust:
|
rust:
|
||||||
# MSRV
|
# MSRV
|
||||||
- "1.81.0"
|
- "1.82.0"
|
||||||
- "stable"
|
- "stable"
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
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",
|
"server",
|
||||||
"sqlite",
|
"sqlite",
|
||||||
]
|
]
|
||||||
rust-version = "1.81.0" # MSRV
|
rust-version = "1.82.0" # MSRV
|
||||||
|
|
||||||
[workspace.dependencies]
|
[workspace.dependencies]
|
||||||
uuid = { version = "^1.17.0", features = ["serde", "v4"] }
|
uuid = { version = "^1.17.0", features = ["serde", "v4"] }
|
||||||
|
|||||||
Reference in New Issue
Block a user