diff --git a/Cargo.toml b/Cargo.toml index 7692ac55..9abb98aa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -59,7 +59,7 @@ rand_isaac = "0.2" ### We can't just let this uncommented because that would break ### compilation for #[no-std] because of the terrible Cargo bug ### https://github.com/rust-lang/cargo/issues/4866 -criterion = "0.2.10" +#criterion = "0.2.10" [workspace] members = [ "nalgebra-lapack", "nalgebra-glm" ]