mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
update the readme + dependencies
This commit is contained in:
parent
e1053989c0
commit
c94952e25d
2 changed files with 3 additions and 3 deletions
|
@ -14,7 +14,7 @@ heed = { git = "https://github.com/Kerollmops/heed", tag = "v0.12.1" }
|
|||
serde_json = { version = "1.0.62", features = ["preserve_order"] }
|
||||
anyhow = "1.0"
|
||||
tempfile = "3.3"
|
||||
arbitrary-json = { path = "../../../arbitrary-json" }
|
||||
arbitrary-json = { git = "https://github.com/irevoire/arbitrary-json" }
|
||||
|
||||
[target.'cfg(target_os = "linux")'.dependencies]
|
||||
jemallocator = "0.3.2"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue