From 5ee9d754ba9dbb4510498360cb8996a325e7fb2a Mon Sep 17 00:00:00 2001 From: Bill Thiede Date: Tue, 17 Dec 2024 09:38:11 -0800 Subject: [PATCH] server: actually disable tantivy --- server/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/Cargo.toml b/server/Cargo.toml index f5e227d..47c8eac 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -44,5 +44,5 @@ xtracing = { git = "http://git-private.h.xinu.tv/wathiede/xtracing.git" } build-info-build = "0.0.38" [features] -default = [ "tantivy" ] +#default = [ "tantivy" ] tantivy = [ "dep:tantivy" ]