Skip to content

Commit dc5f503

Browse files
committed
use fastfield_codecs 0.3.1
1 parent 4ffcf3a commit dc5f503

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ arc-swap = "1.5.0"
6060
tantivy-query-grammar = { version= "0.19.0", path="./query-grammar" }
6161
tantivy-bitpacker = { version= "0.3", path="./bitpacker" }
6262
common = { version= "0.4", path = "./common/", package = "tantivy-common" }
63-
fastfield_codecs = { version= "0.3", path="./fastfield_codecs", default-features = false }
63+
fastfield_codecs = { version= "0.3.1", path="./fastfield_codecs", default-features = false }
6464
ownedbytes = { version= "0.4", path="./ownedbytes" }
6565

6666
[target.'cfg(windows)'.dependencies]

0 commit comments

Comments
 (0)