diff --git a/Cargo.toml b/Cargo.toml index 811b0e668..94b1e15f6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ futures = { version = "0.3.15", features = ["thread-pool"] } tantivy-query-grammar = { version="0.15.0", path="./query-grammar" } tantivy-bitpacker = { version="0.1", path="./bitpacker" } common = { version="0.1", path="./common" } -fastfield_codecs = { version="0.1", path="./fastfield_codecs" } +fastfield_codecs = { version="0.1", path="./fastfield_codecs", default-features = false } stable_deref_trait = "1.2" rust-stemmers = "1.2" downcast-rs = "1.2" diff --git a/fastfield_codecs/Cargo.toml b/fastfield_codecs/Cargo.toml index 7f4f453a2..8f8bc5f82 100644 --- a/fastfield_codecs/Cargo.toml +++ b/fastfield_codecs/Cargo.toml @@ -21,5 +21,5 @@ rand = "0.8.3" [features] bin = ["prettytable-rs"] -#default = ["bin"] +default = ["bin"]