From 6591f2819a56af4bb9fd130c22133c887a39f2a5 Mon Sep 17 00:00:00 2001 From: geo-ant <54497890+geo-ant@users.noreply.github.com> Date: Mon, 24 Oct 2022 08:46:25 +0200 Subject: [PATCH] make rayon feature imply std --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b8f25b5d..7e7df5b4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ libm = [ "simba/libm" ] libm-force = [ "simba/libm_force" ] macros = [ "nalgebra-macros" ] cuda = [ "cust_core", "simba/cuda" ] -rayon = [ "dep:rayon" ] +rayon = [ "std", "dep:rayon" ] # Conversion convert-mint = [ "mint" ]