Skip to content

Commit

Permalink
Merge pull request argmin-rs#98 from argmin-rs/dependabot/cargo/nalge…
Browse files Browse the repository at this point in the history
…bra-0.25.0

Update nalgebra requirement from 0.24.1 to 0.25.0
  • Loading branch information
stefan-k authored Mar 2, 2021
2 parents 96acfa0 + f315876 commit aa08eeb
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 @@ -24,7 +24,7 @@ ctrlc = { version = "3.1.2", optional = true }
instant = {version = "0.1", features = ["now"] }
gnuplot = { version = "0.0.37", optional = true}
paste = "1.0.0"
nalgebra = { version = "0.24.1", optional = true, features = ["serde-serialize"] }
nalgebra = { version = "0.25.0", optional = true, features = ["serde-serialize"] }
ndarray = { version = "0.14", optional = true, features = ["serde-1"] }
ndarray-linalg = { version = "0.13", optional = true }
ndarray-rand = {version = "0.13.0", optional = true }
Expand Down

0 comments on commit aa08eeb

Please sign in to comment.