fix cond compilation

This commit is contained in:
Pascal Seitz
2021-06-14 14:05:04 +02:00
parent abb5624af2
commit 1071ed84f2
2 changed files with 2 additions and 2 deletions

View File

@@ -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"

View File

@@ -21,5 +21,5 @@ rand = "0.8.3"
[features]
bin = ["prettytable-rs"]
#default = ["bin"]
default = ["bin"]