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

@ -6,7 +6,7 @@ members = [
"sqlite",
"postgres",
]
rust-version = "1.85.0" # MSRV
rust-version = "1.88.0" # MSRV
[workspace.dependencies]
async-trait = "0.1.88"