From 68f1b4789aab5004eafc9d071e9f566e2bea43e4 Mon Sep 17 00:00:00 2001
From: Paul Robertson <me@perobertson.com>
Date: Wed, 26 Jun 2024 19:20:31 -0400
Subject: [PATCH] drop the sqlite feature from main

---
 src/main/Cargo.toml | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/src/main/Cargo.toml b/src/main/Cargo.toml
index bc3e3951c..97575c684 100644
--- a/src/main/Cargo.toml
+++ b/src/main/Cargo.toml
@@ -89,7 +89,7 @@ io_uring = [
 jemalloc = [
 	"conduit-admin/jemalloc",
 	"conduit-core/jemalloc",
-	"conduit-database/jemalloc",	
+	"conduit-database/jemalloc",
 ]
 jemalloc_prof = [
 	"conduit-core/jemalloc_prof",
@@ -132,10 +132,6 @@ sentry_telemetry = [
 sha256_media = [
 	"conduit-service/sha256_media",
 ]
-sqlite = [
-	"conduit-core/sqlite",
-	"conduit-database/sqlite",
-]
 systemd = [
 	"conduit-router/systemd",
 ]
-- 
GitLab