Bump grenad to fix an indexing bug

This commit is contained in:
Clément Renault
2020-12-05 16:39:15 +01:00
parent 9628da2d17
commit e7f2ab9138
4 changed files with 4 additions and 4 deletions

View File

@ -7,7 +7,7 @@ edition = "2018"
[dependencies]
anyhow = "1.0.28"
grenad = { git = "https://github.com/Kerollmops/grenad.git", rev = "3eb7ad9" }
grenad = { git = "https://github.com/Kerollmops/grenad.git", rev = "3adcb26" }
heed = "0.10.5"
memmap = "0.7.0"
milli = { path = ".." }