Downgrade sqlx

This commit is contained in:
Igor Katson 2025-01-06 16:22:32 +00:00
parent 1bbed92d69
commit f8f0ed2b28
No known key found for this signature in database
GPG key ID: B4EC22B66D61A3F5
2 changed files with 57 additions and 18 deletions

View file

@ -40,7 +40,7 @@ watch = ["notify"]
disable-upload = []
[dependencies]
sqlx = { version = "0.8.3", features = [
sqlx = { version = "=0.8.2", features = [
"runtime-tokio",
"postgres",
], default-features = false, optional = true }