Make sure there is one newline at eof in cargo.toml

This commit is contained in:
Loïc Lecrenier 2022-08-17 07:44:33 +02:00
parent 20be69e1b9
commit f20e588ec1
2 changed files with 1 additions and 2 deletions

View File

@ -19,4 +19,3 @@ bimap = "0.6.2"
csv = "1.1.6"
stderrlog = "0.5.1"
mimalloc = { version = "0.1.29", default-features = false }

View File

@ -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 }