From f3df079d6beb7c22fa1074cc49c5765f6a3b100a Mon Sep 17 00:00:00 2001 From: Neil Hansen Date: Tue, 19 Nov 2024 15:03:35 -0800 Subject: [PATCH] chore: point tantivy-fst to paradedb fork to fix regex --- Cargo.toml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 32d7bd990..375fba4f5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,11 +21,11 @@ byteorder = "1.4.3" crc32fast = "1.3.2" once_cell = "1.10.0" regex = { version = "1.5.5", default-features = false, features = [ - "std", - "unicode", + "std", + "unicode", ] } aho-corasick = "1.0" -tantivy-fst = "0.5" +tantivy-fst = { git = "https://github.com/paradedb/fst.git" } memmap2 = { version = "0.9.0", optional = true } lz4_flex = { version = "0.11", default-features = false, optional = true } zstd = { version = "0.13", optional = true, default-features = false } @@ -40,7 +40,7 @@ crossbeam-channel = "0.5.4" rust-stemmers = "1.2.0" downcast-rs = "2.0.1" bitpacking = { version = "0.9.2", default-features = false, features = [ - "bitpacker4x", + "bitpacker4x", ] } census = "0.4.2" rustc-hash = "2.0.0" @@ -135,14 +135,14 @@ compare_hash_only = ["stacker/compare_hash_only"] [workspace] members = [ - "query-grammar", - "bitpacker", - "common", - "ownedbytes", - "stacker", - "sstable", - "tokenizer-api", - "columnar", + "query-grammar", + "bitpacker", + "common", + "ownedbytes", + "stacker", + "sstable", + "tokenizer-api", + "columnar", ] # Following the "fail" crate best practises, we isolate