Skip to content

Commit 05789c1

Browse files
committed
Use resolver=2 in the workspace
It separates feature selection for different dependency classes (dev, build, regular), which makes sense even if it seems to have no impact at the moment.
1 parent 700b4dd commit 05789c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ keywords = ["array", "data-structure", "multidimensional", "matrix", "blas"]
2020
categories = ["data-structures", "science"]
2121

2222
exclude = ["docgen/images/*"]
23+
resolver = "2"
2324

2425
[lib]
2526
name = "ndarray"

0 commit comments

Comments
 (0)