MeiliSearch/meilisearch
bors[bot] 20f8184c06
Merge #3441
3441: Fix import of dump v2 r=dureuill a=irevoire

# Pull Request
This bug was introduced because of a mistake we did earlier: We said the last version to export dump v2 was the v0.21.0 while it was the v0.22.0.
To fix the bug I updated our whole v2 reader to use the code from meilisearch v0.22.0.
Also:
- Import the bugged dump in the tests
- Test the import of this dump in the v2 reader and current reader

## Related issue
Fixes #3435


Co-authored-by: Tamo <tamo@meilisearch.com>
2023-01-31 13:23:57 +00:00
..
src clippy: remove needless lifetimes 2023-01-31 10:40:48 +01:00
tests fix the import of dump v2 generated by meilisearch v0.22.0 2023-01-31 13:03:28 +01:00
build.rs Renames meilisearch-http to meilisearch 2022-12-08 08:22:53 -07:00
Cargo.toml Merge #3406 2023-01-23 16:39:18 +00:00