mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-05 04:28:55 +01: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"
|
||||
stderrlog = "0.5.1"
|
||||
mimalloc = { version = "0.1.29", default-features = false }
|
||||
|
||||
|
@ -14,4 +14,4 @@ milli = { path = "../milli" }
|
||||
stderrlog = "0.5.1"
|
||||
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…
Reference in New Issue
Block a user