mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-01-29 22:43:09 +08:00
Make sure there is one newline at eof in cargo.toml
This commit is contained in:
parent
20be69e1b9
commit
f20e588ec1
@ -19,4 +19,3 @@ bimap = "0.6.2"
|
|||||||
csv = "1.1.6"
|
csv = "1.1.6"
|
||||||
stderrlog = "0.5.1"
|
stderrlog = "0.5.1"
|
||||||
mimalloc = { version = "0.1.29", default-features = false }
|
mimalloc = { version = "0.1.29", default-features = false }
|
||||||
|
|
||||||
|
@ -14,4 +14,4 @@ milli = { path = "../milli" }
|
|||||||
stderrlog = "0.5.1"
|
stderrlog = "0.5.1"
|
||||||
structopt = { version = "0.3.26", default-features = false }
|
structopt = { version = "0.3.26", default-features = false }
|
||||||
|
|
||||||
mimalloc = { version = "0.1.29", default-features = false }
|
mimalloc = { version = "0.1.29", default-features = false }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user