Skip to content

Commit

Permalink
optimize document transform
Browse files Browse the repository at this point in the history
fix error types

bump milli
  • Loading branch information
MarinPostma committed Oct 26, 2021
1 parent e87146b commit 4ac005b
Show file tree
Hide file tree
Showing 6 changed files with 60 additions and 372 deletions.
14 changes: 7 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion meilisearch-lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ lazy_static = "1.4.0"
log = "0.4.14"
meilisearch-error = { path = "../meilisearch-error" }
meilisearch-tokenizer = { git = "https://github.com/meilisearch/tokenizer.git", tag = "v0.2.5" }
milli = { git = "https://github.com/meilisearch/milli.git", tag = "v0.17.3" }
milli = { git = "https://github.com/meilisearch/milli.git", tag = "v0.19.0" }
mime = "0.3.16"
num_cpus = "1.13.0"
once_cell = "1.8.0"
Expand Down

0 comments on commit 4ac005b

Please sign in to comment.