Moving FileSlice to tantivy-common (#1729)

This commit is contained in:
Paul Masurel
2022-12-21 16:35:11 +09:00
committed by GitHub
parent 32cb1d22da
commit f39165e1e7
27 changed files with 89 additions and 56 deletions

View File

@@ -6,4 +6,4 @@ edition = "2021"
[dependencies]
murmurhash32 = "0.2"
byteorder = "1"
common = { version = "0.4", path = "../common/", package = "tantivy-common" }
common = { version = "0.5", path = "../common/", package = "tantivy-common" }