Fix primary key fid order

This commit is contained in:
Louis Dureuil
2024-11-08 00:05:12 +01:00
parent 4706a0eb49
commit 8a314ab81d
4 changed files with 21 additions and 6 deletions

View File

@ -22,6 +22,7 @@ flate2 = "1.0.30"
meilisearch-auth = { path = "../meilisearch-auth" }
meilisearch-types = { path = "../meilisearch-types" }
page_size = "0.6.0"
raw-collections = { git = "https://github.com/dureuill/raw-collections.git", version = "0.1.0" }
rayon = "1.10.0"
roaring = { version = "0.10.6", features = ["serde"] }
serde = { version = "1.0.204", features = ["derive"] }