Fixed sqlx

This commit is contained in:
Igor Katson 2025-01-06 16:37:31 +00:00
parent 6933ab191a
commit 1ff8a442c9
No known key found for this signature in database
GPG key ID: B4EC22B66D61A3F5
2 changed files with 12 additions and 11 deletions

View file

@ -41,8 +41,9 @@ disable-upload = []
[dependencies]
# sqlx and home are pinned so that we can compile on older Rusts
sqlx = { version = "=0.8.1", features = [
sqlx = { version = "=0.8.2", features = [
"runtime-tokio",
"macros",
"postgres",
], default-features = false, optional = true }
home = { version = "=0.5.5", optional = true }