From a30ffebb61542a0868e43fbedb4bfaec449d724c Mon Sep 17 00:00:00 2001 From: Eden Date: Fri, 26 Feb 2021 14:51:36 +0400 Subject: [PATCH] nom-sql is commented out, so remove it from deps for now --- turbosql-impl/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/turbosql-impl/Cargo.toml b/turbosql-impl/Cargo.toml index d347a14..adf4354 100644 --- a/turbosql-impl/Cargo.toml +++ b/turbosql-impl/Cargo.toml @@ -13,7 +13,6 @@ proc-macro = true [dependencies] fs2 = "0.4" indoc = "1" -nom-sql = "=0.0.11" once_cell = "1.5" proc-macro-error = "1" proc-macro2 = "1"