Update MSRV to support newer versions of time (#171)

This commit is contained in:
Dustin J. Mitchell
2026-02-07 09:13:10 -05:00
committed by GitHub
parent 5bc24d43e3
commit a6a8b7c68d
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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"