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" ]