Update quickcheck dev-dependency for nalgebra-lapack.
This commit is contained in:
parent
3b19b6553e
commit
0ec7dc4461
|
@ -34,6 +34,6 @@ lapack-src = { version = "0.2", default-features = false }
|
|||
|
||||
[dev-dependencies]
|
||||
nalgebra = { version = "0.15", path = "..", features = [ "arbitrary" ] }
|
||||
quickcheck = "0.4"
|
||||
quickcheck = "0.6"
|
||||
approx = "0.3"
|
||||
rand = "0.5"
|
||||
|
|
Loading…
Reference in New Issue