From 75f1bb8fa85c9332fffbb2837914a36bd25e8283 Mon Sep 17 00:00:00 2001 From: gwenn Date: Sat, 18 Dec 2021 10:00:06 +0100 Subject: [PATCH] Remove lazy_static dependency for vtab --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e66fb22..b81e3f1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ i128_blob = ["byteorder"] sqlcipher = ["libsqlite3-sys/sqlcipher"] unlock_notify = ["libsqlite3-sys/unlock_notify"] # xSavepoint, xRelease and xRollbackTo: 3.7.7 (2011-06-23) -vtab = ["libsqlite3-sys/min_sqlite_version_3_7_7", "lazy_static"] +vtab = ["libsqlite3-sys/min_sqlite_version_3_7_7"] csvtab = ["csv", "vtab"] # pointer passing interfaces: 3.20.0 array = ["vtab"]