Skip to content

Commit

Permalink
Remove ?/ syntax from Cargo.toml.
Browse files Browse the repository at this point in the history
nightly-2021-12-04 (used for cuda) is too old to support it.
  • Loading branch information
zachs18 committed Dec 11, 2023
1 parent af3901a commit ba349ac
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", "num-traits/std", "num-complex/std", "num-rational/std", "approx/std", "simba/std", "alga?/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 ba349ac

Please sign in to comment.