From 561501a08f2b1d5331869abfb4615700884d03f8 Mon Sep 17 00:00:00 2001 From: Andreas Longva Date: Tue, 26 Jan 2021 08:48:29 +0100 Subject: [PATCH] Upgrade nalgebra matrixcompare version to 0.2.0 (dev-dep) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b0fe191e..c99ed83b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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,