Update matrixcompare version to 0.3.0

Fixes some warnings produced by earlier versions since Rust 1.51.
See https://github.com/Andlon/matrixcompare/pull/5 for more details.

Note that we only update dev-dependencies, so there is no API breakage.
This commit is contained in:
Andreas Longva 2021-05-07 09:23:44 +02:00
parent e8d00887e0
commit b85335bd9c
2 changed files with 2 additions and 2 deletions

View File

@ -88,7 +88,7 @@ rand_isaac = "0.3"
criterion = "0.2.10"
# For matrix comparison macro
matrixcompare = "0.2.0"
matrixcompare = "0.3.0"
itertools = "0.10"
[workspace]

View File

@ -27,7 +27,7 @@ matrixcompare-core = { version = "0.1.0", optional = true }
[dev-dependencies]
itertools = "0.10"
matrixcompare = { version = "0.2.0", features = [ "proptest-support" ] }
matrixcompare = { version = "0.3.0", features = [ "proptest-support" ] }
nalgebra = { version="0.26", path = "../", features = ["compare"] }
[package.metadata.docs.rs]