Downgrade sqlx
This commit is contained in:
parent
1bbed92d69
commit
f8f0ed2b28
2 changed files with 57 additions and 18 deletions
|
|
@ -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 }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue