Fixed sqlx
This commit is contained in:
parent
6933ab191a
commit
1ff8a442c9
2 changed files with 12 additions and 11 deletions
|
|
@ -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 }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue