Add time feature to Diesel

This commit is contained in:
2024-02-08 17:31:42 -05:00
parent 9f1fece816
commit a6f141e841
2 changed files with 2 additions and 1 deletions

1
Cargo.lock generated
View File

@ -747,6 +747,7 @@ dependencies = [
"itoa",
"pq-sys",
"r2d2",
"time",
]
[[package]]