Skip to content

Commit

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

Update nalgebra requirement from 0.21.1 to 0.22.0
  • Loading branch information
stefan-k authored Aug 26, 2020
2 parents 57327d8 + fb91e9a commit 68c282f
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 @@ bincode = "1.1.4"
ctrlc = { version = "3.1.2", optional = true }
gnuplot = { version = "0.0.37", optional = true}
paste = "1.0.0"
nalgebra = { version = "0.21.1", optional = true, features = ["serde-serialize"] }
nalgebra = { version = "0.22.0", optional = true, features = ["serde-serialize"] }
ndarray = { version = "0.13", optional = true, features = ["serde-1"] }
ndarray-linalg = { version = "0.12", optional = true }
ndarray-rand = {version = "0.11.0", optional = true }
Expand Down

0 comments on commit 68c282f

Please sign in to comment.