Skip to content

Commit

Permalink
Update modcholesky requirement from 0.1 to 0.2
Browse files Browse the repository at this point in the history
Updates the requirements on [modcholesky](https://github.com/argmin-rs/modcholesky) to permit the latest version.
- [Commits](https://github.com/argmin-rs/modcholesky/commits)

---
updated-dependencies:
- dependency-name: modcholesky
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 2, 2024
1 parent 7af599b commit 7a19d2d
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 @@ -101,7 +101,7 @@ roots = "0.0.8"
# Least squares solver (NOTE: ndarray must be version 0.15 - not 0.16)
# Bug report: https://github.com/argmin-rs/modcholesky/issues/34
ndarray = { version = "0.15", features = ["approx"] }
modcholesky = "0.1"
modcholesky = "0.2"

# jemallocator is an optional feature; it will only be loaded if the feature
# `jem` is used (i.e., if we compile with `cargo build --features jem`)
Expand Down

0 comments on commit 7a19d2d

Please sign in to comment.