From 0a8f4687e9e4719de53b66b54263ebfe506be8c7 Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Fri, 24 Jan 2020 13:05:38 -0800 Subject: [PATCH] Move rand to [dev-dependencies] --- Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d3106d36..2b5b1eef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,5 +22,7 @@ maintenance = { status = "experimental" } [dependencies] crossbeam-epoch = "0.8" parking_lot = "0.10" -rand = "0.7" num_cpus = "1.12.0" + +[dev-dependencies] +rand = "0.7"