From bb7b7a57e393e80ed985db5726355a9f784c6dde Mon Sep 17 00:00:00 2001 From: Zertex Date: Fri, 26 May 2023 13:02:07 -0400 Subject: [PATCH] Use patched version of sqlx --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f910e0f..cc0c4b7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ bigdecimal = "0.3.1" num-bigint = "0.4.3" lazy_static = "1.4.0" poem = { version = "1.3.55", optional = true } -sqlx = { version = "0.6.3", features = ["mysql", "sqlite", "json", "chrono", "ipnetwork", "runtime-tokio-native-tls", "any"], optional = true } +sqlx = { git = "https://github.com/zert3x/sqlx", branch="feature/skip", features = ["mysql", "sqlite", "json", "chrono", "ipnetwork", "runtime-tokio-native-tls", "any"], optional = true } thiserror = "1.0.40" jsonwebtoken = "8.3.0"