mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 20:07:09 +02:00
Bump heed to use the git repo with v0.12.0
This commit is contained in:
parent
0013236e5d
commit
bdc5599b73
8 changed files with 106 additions and 38 deletions
|
@ -10,7 +10,7 @@ anyhow = "1.0.38"
|
|||
byte-unit = { version = "4.0.9", default-features = false, features = ["std"] }
|
||||
crossbeam-channel = "0.5.0"
|
||||
grenad = { git = "https://github.com/Kerollmops/grenad.git", rev = "3adcb26" }
|
||||
heed = "0.10.6"
|
||||
heed = { git = "https://github.com/Kerollmops/heed", tag = "v0.12.0" }
|
||||
meilisearch-tokenizer = { git = "https://github.com/meilisearch/Tokenizer.git", tag = "v0.2.3" }
|
||||
memmap = "0.7.0"
|
||||
milli = { path = "../milli" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue