Skip to content

Commit

Permalink
Use resolver=2 in the workspace
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
bluss committed Aug 9, 2024
1 parent 700b4dd commit 05789c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ keywords = ["array", "data-structure", "multidimensional", "matrix", "blas"]
categories = ["data-structures", "science"]

exclude = ["docgen/images/*"]
resolver = "2"

[lib]
name = "ndarray"
Expand Down

0 comments on commit 05789c1

Please sign in to comment.