From f346805c0c84e7c1b9dbb4f72ef2d51964a60166 Mon Sep 17 00:00:00 2001 From: Irevoire Date: Wed, 2 Jun 2021 15:47:03 +0200 Subject: [PATCH] Update benchmarks/Cargo.toml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Clément Renault --- benchmarks/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/benchmarks/Cargo.toml b/benchmarks/Cargo.toml index f7b66fe3a..6be9c79d1 100644 --- a/benchmarks/Cargo.toml +++ b/benchmarks/Cargo.toml @@ -4,7 +4,6 @@ version = "0.1.0" edition = "2018" publish = false -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] milli = { path = "../milli" }