From 50ade7e870d1e91e2f0d6831db31bc38dbaaf3e0 Mon Sep 17 00:00:00 2001 From: sebcrozet Date: Sun, 5 Apr 2020 18:15:36 +0200 Subject: [PATCH] Re comment the criterion dependency. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ]