diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 9ca03894b..e012c8a33 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -19,4 +19,3 @@ bimap = "0.6.2" csv = "1.1.6" stderrlog = "0.5.1" mimalloc = { version = "0.1.29", default-features = false } - diff --git a/helpers/Cargo.toml b/helpers/Cargo.toml index 4d32dc32a..1167bd353 100644 --- a/helpers/Cargo.toml +++ b/helpers/Cargo.toml @@ -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 } \ No newline at end of file +mimalloc = { version = "0.1.29", default-features = false }