From 201defcc710fdd536ef73e141e3a443490251918 Mon Sep 17 00:00:00 2001 From: Mikhail Cheshkov Date: Tue, 27 Aug 2024 04:51:06 +0300 Subject: [PATCH] Add rand to dev-deps Can drop this after rebase on commit fc04931 "Make rand an optional dependency (#674)", first released in 6.0.0 --- arrow/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/arrow/Cargo.toml b/arrow/Cargo.toml index 11aef0bf9672..a89150421092 100644 --- a/arrow/Cargo.toml +++ b/arrow/Cargo.toml @@ -76,6 +76,7 @@ memory-check = [] [dev-dependencies] criterion = "0.3" flate2 = "1" +rand = "0.8" tempfile = "3" [build-dependencies]