diff --git a/nalgebra-sparse/Cargo.toml b/nalgebra-sparse/Cargo.toml index 2ff0ec88..bca07280 100644 --- a/nalgebra-sparse/Cargo.toml +++ b/nalgebra-sparse/Cargo.toml @@ -5,7 +5,7 @@ authors = [ "Andreas Longva", "Sébastien Crozet " ] 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