From a56fbd77e3f076411894438cdc6a9e47fcf12683 Mon Sep 17 00:00:00 2001 From: Valentin Tolmer Date: Sun, 30 May 2021 19:27:54 +0200 Subject: [PATCH] Force sqlx-core to be at 0.5.1 --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index a95e4c3..3416eac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,6 +36,7 @@ log = "*" serde = "*" serde_json = "1" sha2 = "0.9" +sqlx-core = "=0.5.1" thiserror = "*" time = "0.2" tokio = { version = "1.2.0", features = ["full"] }