From b4fe0b0c0f85baed37378b411aa8a8a8eb10f9c1 Mon Sep 17 00:00:00 2001 From: Sebastian Schmidt Date: Fri, 30 Aug 2019 10:47:56 +0300 Subject: [PATCH] Make benchmark dependencies dev-dependencies --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f8bb538..4422cb6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,6 +30,6 @@ ron = "0.4" rand = "0.7.0" rand_pcg = "0.2.0" -[target.bench.dependencies] +[target.bench.dev-dependencies] rand = "0.7.0" rand_pcg = "0.2.0" \ No newline at end of file