Update milli version to v0.1.1

This commit is contained in:
Clémentine Urquizar 2021-04-19 16:03:39 +02:00
parent 7ce74f95a2
commit 2c380731b9
No known key found for this signature in database
GPG key ID: D8E7CC7422E77E1A
3 changed files with 6 additions and 22 deletions

View file

@ -1854,7 +1854,7 @@ dependencies = [
[[package]]
name = "milli"
version = "0.1.0"
version = "0.1.1"
source = "git+https://github.com/meilisearch/milli.git?rev=794fce7#794fce7bff3e3461a7f3954fd97f58f8232e5a8e"
dependencies = [
"anyhow",

View file

@ -42,7 +42,7 @@ main_error = "0.1.0"
meilisearch-error = { path = "../meilisearch-error" }
meilisearch-tokenizer = { git = "https://github.com/meilisearch/Tokenizer.git", tag = "v0.2.1" }
memmap = "0.7.0"
milli = { git = "https://github.com/meilisearch/milli.git", tag = "v0.1.0" }
milli = { git = "https://github.com/meilisearch/milli.git", tag = "v0.1.1" }
mime = "0.3.16"
once_cell = "1.5.2"
parking_lot = "0.11.1"