From d559f9e6df0b0a1152a30d9f36f7cf35401ab24c Mon Sep 17 00:00:00 2001 From: daniel Date: Fri, 13 Nov 2020 12:33:09 +0100 Subject: [PATCH] disable default libtest bench --- Cargo.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 06b57e8..0e16479 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,6 +18,9 @@ criterion = "0.3" [build-dependencies] cc = { version = "1.0", features = ["parallel" ]} +[lib] +bench = false + [[bench]] name = "benchmarks" -harness = false \ No newline at end of file +harness = false