mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
Bump heed to 0.10.4 to use be able to lazily decode roaring bitmaps
This commit is contained in:
parent
59ca4b9fe4
commit
07a0c82790
4 changed files with 13 additions and 9 deletions
|
@ -8,7 +8,7 @@ edition = "2018"
|
|||
[dependencies]
|
||||
anyhow = "1.0.28"
|
||||
grenad = { git = "https://github.com/Kerollmops/grenad.git", rev = "3eb7ad9" }
|
||||
heed = "0.10.3"
|
||||
heed = "0.10.4"
|
||||
memmap = "0.7.0"
|
||||
milli = { path = ".." }
|
||||
once_cell = "1.4.1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue