From 87a498b25157ede5ef8a6560a9766440c651611b Mon Sep 17 00:00:00 2001 From: Elaina Claus Date: Wed, 13 Mar 2024 07:57:07 -0400 Subject: [PATCH] disable simd --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c8e4165..23242ec 100755 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ flate2 = { version = "1.0.24" } tar = "0.4.38" # and some stuff I don't know why it isn't in std -rand = { version = "0.8.5", features = ["std", "alloc", "getrandom", "std_rng", "log", "nightly", "simd_support"] } +rand = { version = "0.8.5", features = ["std", "alloc", "getrandom", "std_rng", "log", "nightly"] } lazy_static = "1.4.0" regex = "1.5.6" chrono = "0.4.22"