We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ffcf3a commit dc5f503Copy full SHA for dc5f503
Cargo.toml
@@ -60,7 +60,7 @@ arc-swap = "1.5.0"
60
tantivy-query-grammar = { version= "0.19.0", path="./query-grammar" }
61
tantivy-bitpacker = { version= "0.3", path="./bitpacker" }
62
common = { version= "0.4", path = "./common/", package = "tantivy-common" }
63
-fastfield_codecs = { version= "0.3", path="./fastfield_codecs", default-features = false }
+fastfield_codecs = { version= "0.3.1", path="./fastfield_codecs", default-features = false }
64
ownedbytes = { version= "0.4", path="./ownedbytes" }
65
66
[target.'cfg(windows)'.dependencies]
0 commit comments