Skip to content

Commit

Permalink
Merge branch 'master' into vtk-output
Browse files Browse the repository at this point in the history
  • Loading branch information
cmccomb authored Jan 2, 2025
2 parents 15a09a6 + 7679b60 commit c4e0d9f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ categories = ["science", "simulation", "aerospace::simulation", "algorithms"]
exclude = ["mbb.gif"]

[dependencies]
nalgebra = {version = ">=0.30.0", features=["rand"]}
nalgebra-sparse = ">=0.9.0"
nalgebra = {version = ">=0.33.0", features=["rand"]}
nalgebra-sparse = ">=0.10.0"
vtkio = {version = "0.6.3", default-features = false}

[dev-dependencies]
mocktave = "0.1.4"
mocktave = "0.1.5"

0 comments on commit c4e0d9f

Please sign in to comment.