Upgrade nalgebra matrixcompare version to 0.2.0 (dev-dep)

This commit is contained in:
Andreas Longva 2021-01-26 08:48:29 +01:00
parent 402de4d045
commit 561501a08f
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ rand_isaac = "0.2"
#criterion = "0.2.10"
# For matrix comparison macro
matrixcompare = "0.1.3"
matrixcompare = "0.2.0"
# Make sure that we use a specific version of proptest for tests. The reason is that we use a deterministic
# RNG for certain tests. However, different versions of proptest may give different sequences of numbers,