Update quickcheck dev-dependency for nalgebra-lapack.

This commit is contained in:
sebcrozet 2018-07-19 23:58:35 +02:00 committed by Sébastien Crozet
parent 3b19b6553e
commit 0ec7dc4461
1 changed files with 1 additions and 1 deletions

View File

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