Bump heed to 0.10.3

This commit is contained in:
Clément Renault
2020-11-18 16:16:15 +01:00
parent 218eb97241
commit b255be93fa
4 changed files with 6 additions and 6 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.1"
heed = "0.10.3"
memmap = "0.7.0"
milli = { path = ".." }
once_cell = "1.4.1"