From d97c8ce39551fb8dfd7ab30e67438b0dcf252c7b Mon Sep 17 00:00:00 2001 From: JackKCWong Date: Fri, 9 Feb 2024 21:39:56 +0800 Subject: [PATCH] fix test dependency --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 421a06a..be63974 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,6 @@ chrono = "^0.4.28" humantime = "^2" simplelog = "^0" log = "^0" -rand = "0.8.5" [dev-dependencies] float_eq = "^1" @@ -42,3 +41,4 @@ tempfile = "3" assert_cmd = "^2" predicates = "^3" serial_test = "2" +rand = "0.8.5"