crypto: Use a git version of sqlx.

The beta release has a nasty bug where one thread would consume 100% of
CPU.
master
Damir Jelić 2020-10-16 19:39:50 +02:00
parent b1c8c64205
commit 93f49265a6
1 changed files with 2 additions and 1 deletions

View File

@ -52,7 +52,8 @@ default-features = false
features = ["std", "std-future"]
[target.'cfg(not(target_arch = "wasm32"))'.dependencies.sqlx]
version = "0.4.0-beta.1"
git = "https://github.com/launchbadge/sqlx/"
rev = "fd25a7530cf087e1529553ff854f192738db3461"
optional = true
default-features = false
features = ["runtime-tokio", "sqlite", "macros"]