From b5b4542cd5e5a56b9bdbef8654f021d470203a14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Tue, 31 Mar 2020 16:17:37 +0200 Subject: [PATCH] Cargo.toml: Switch to a release of sqlx. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f6f38a0d..6a3b516c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,7 +51,7 @@ default-features = false features = ["sync", "time"] [dependencies.sqlx] -git = "https://github.com/launchbadge/sqlx/" +version = "0.3.2" optional = true default-features = false features = ["runtime-tokio", "sqlite"]