Skip to content

Commit

Permalink
Forward std feature to some deps. (#1321)
Browse files Browse the repository at this point in the history
  • Loading branch information
zachs18 committed Dec 11, 2023
1 parent c3fe38b commit a01fa48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ path = "src/lib.rs"

[features]
default = [ "std", "macros" ]
std = [ "matrixmultiply", "simba/std" ]
std = [ "matrixmultiply", "num-traits/std", "num-complex/std", "num-rational/std", "approx/std", "simba/std" ]
sparse = [ ]
debug = [ "approx/num-complex", "rand" ]
alloc = [ ]
Expand Down

0 comments on commit a01fa48

Please sign in to comment.