Merge pull request #892 from Andlon/update-matrixcompare
Update matrixcompare version to 0.3.0
This commit is contained in:
commit
d268c4d7fb
|
@ -88,7 +88,7 @@ rand_isaac = "0.3"
|
||||||
criterion = "0.2.10"
|
criterion = "0.2.10"
|
||||||
|
|
||||||
# For matrix comparison macro
|
# For matrix comparison macro
|
||||||
matrixcompare = "0.2.0"
|
matrixcompare = "0.3.0"
|
||||||
itertools = "0.10"
|
itertools = "0.10"
|
||||||
|
|
||||||
[workspace]
|
[workspace]
|
||||||
|
|
|
@ -27,7 +27,7 @@ matrixcompare-core = { version = "0.1.0", optional = true }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
itertools = "0.10"
|
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"] }
|
nalgebra = { version="0.26", path = "../", features = ["compare"] }
|
||||||
|
|
||||||
[package.metadata.docs.rs]
|
[package.metadata.docs.rs]
|
||||||
|
|
Loading…
Reference in New Issue