From bb66532862959016dc165ee3c6e385bcb4eaed5a Mon Sep 17 00:00:00 2001 From: Valentin Tolmer Date: Sun, 30 May 2021 19:16:34 +0200 Subject: [PATCH] Fix sqlx dependency 0.5.5 seems to be broken --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c8f5bb2..a95e4c3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,7 @@ tracing-subscriber = "*" rand = { version = "0.8", features = ["small_rng", "getrandom"] } [dependencies.sqlx] -version = "0.5" +version = "0.5.1" features = [ "any", "chrono",