Use nalgebra/proptest-support instead of /proptest in nalgebra-sparse

This commit is contained in:
Andreas Longva 2021-01-26 08:49:07 +01:00
parent e7975ce09a
commit 7bef417f99
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ authors = [ "Andreas Longva", "Sébastien Crozet <developer@crozet.re>" ]
edition = "2018"
[features]
proptest-support = ["proptest", "nalgebra/proptest"]
proptest-support = ["proptest", "nalgebra/proptest-support"]
compare = [ "matrixcompare-core" ]
# Enable to enable running some tests that take a lot of time to run