From 30fe5870b94e62771277322ac8dd2b9ec529210e Mon Sep 17 00:00:00 2001 From: Andy Grove Date: Thu, 18 Jul 2024 11:14:01 -0600 Subject: [PATCH] move criterion to dev-dependencies --- native/spark-expr/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/native/spark-expr/Cargo.toml b/native/spark-expr/Cargo.toml index 37087dd93..f7973bd7b 100644 --- a/native/spark-expr/Cargo.toml +++ b/native/spark-expr/Cargo.toml @@ -42,9 +42,9 @@ chrono-tz = { workspace = true } num = { workspace = true } regex = { workspace = true } thiserror = { workspace = true } -criterion = "0.5.1" [dev-dependencies] +criterion = "0.5.1" rand = "0.8.5" [lib]