From d13b3de4e441dcf71173e00c30cd23bcb73c5bb7 Mon Sep 17 00:00:00 2001 From: Andreas Longva Date: Fri, 17 Jul 2020 09:54:30 +0200 Subject: [PATCH] Use matrixcompare 0.1.3 for tests (fixes no-std test issues) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fe347ed0..36047af0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -64,7 +64,7 @@ rand_isaac = "0.2" #criterion = "0.2.10" # For matrix comparison macro -matrixcompare = "0.1" +matrixcompare = "0.1.3" [workspace] members = [ "nalgebra-lapack", "nalgebra-glm" ]