Dowgrade slqx again

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

View file

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