Bump heed to 0.10.4 to use be able to lazily decode roaring bitmaps

This commit is contained in:
Clément Renault 2020-11-19 15:53:13 +01:00
parent 59ca4b9fe4
commit 07a0c82790
No known key found for this signature in database
GPG key ID: 92ADA4E935E71FA4
4 changed files with 13 additions and 9 deletions

View file

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