mirror of
https://github.com/GothenburgBitFactory/taskchampion-sync-server.git
synced 2026-04-05 17:20:35 +00:00
Update MSRV to support newer versions of time (#171)
This commit is contained in:
committed by
GitHub
parent
5bc24d43e3
commit
a6a8b7c68d
2
.github/workflows/rust-tests.yml
vendored
2
.github/workflows/rust-tests.yml
vendored
@ -15,7 +15,7 @@ jobs:
|
|||||||
- "17"
|
- "17"
|
||||||
rust:
|
rust:
|
||||||
# MSRV
|
# MSRV
|
||||||
- "1.85.0"
|
- "1.88.0"
|
||||||
- "stable"
|
- "stable"
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
@ -6,7 +6,7 @@ members = [
|
|||||||
"sqlite",
|
"sqlite",
|
||||||
"postgres",
|
"postgres",
|
||||||
]
|
]
|
||||||
rust-version = "1.85.0" # MSRV
|
rust-version = "1.88.0" # MSRV
|
||||||
|
|
||||||
[workspace.dependencies]
|
[workspace.dependencies]
|
||||||
async-trait = "0.1.88"
|
async-trait = "0.1.88"
|
||||||
|
|||||||
Reference in New Issue
Block a user