Skip to content

Commit

Permalink
Upgrade nalgebra and Parry to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
hannobraun committed Jan 16, 2023
1 parent fbc05fd commit b2cbbb8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
20 changes: 10 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions crates/fj-math/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ categories.workspace = true
[dependencies]
approx = "0.5.1"
decorum = "0.3.1"
nalgebra = "0.31.4"
nalgebra = "0.32.1"
num-traits = "0.2.15"
parry2d-f64 = "0.12.1"
parry3d-f64 = "0.12.1"
parry2d-f64 = "0.13.0"
parry3d-f64 = "0.13.0"
robust = "0.2.3"

0 comments on commit b2cbbb8

Please sign in to comment.