Re comment the criterion dependency.

This commit is contained in:
sebcrozet 2020-04-05 18:15:36 +02:00
parent 2c03353b30
commit 50ade7e870
1 changed files with 1 additions and 1 deletions

View File

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