vendor sqlx with fix

This commit is contained in:
2023-08-29 21:34:01 +02:00
parent c88bc77c5b
commit 64b243ea82
4 changed files with 6 additions and 15 deletions

View File

@@ -83,7 +83,8 @@ features = [
]
[dependencies.sqlx]
version = "0.7"
# version = "0.7"
path = "./vendor/sqlx"
features = [
"runtime-tokio-rustls",
# "offline",