Skip to content

Commit

Permalink
Fixed typo in argmin/Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-k committed Nov 3, 2023
1 parent 7b4bbe5 commit 864cf92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion argmin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ serde1 = ["serde", "serde_json", "rand/serde1", "bincode", "slog-json", "rand_xo
_ndarrayl = ["argmin-math/ndarray_latest-serde", "argmin-math/_dev_linalg_latest"]
_nalgebral = ["argmin-math/nalgebra_latest-serde"]
# When adding new features, please consider adding them to either `full` (for users)
# or `_full_dev` (only for local development, tesing and computing test coverage).
# or `_full_dev` (only for local development, testing and computing test coverage).
full = ["default", "slog-logger", "serde1", "ctrlc"]
_full_dev = ["full", "_ndarrayl", "_nalgebral"]

Expand Down

0 comments on commit 864cf92

Please sign in to comment.