Skip to content

Commit

Permalink
Bump nalgebra from 0.32.1 to 0.32.2
Browse files Browse the repository at this point in the history
Bumps [nalgebra](https://github.com/dimforge/nalgebra) from 0.32.1 to 0.32.2.
- [Release notes](https://github.com/dimforge/nalgebra/releases)
- [Changelog](https://github.com/dimforge/nalgebra/blob/dev/CHANGELOG.md)
- [Commits](dimforge/nalgebra@v0.32.1...v0.32.2)

---
updated-dependencies:
- dependency-name: nalgebra
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 13, 2023
1 parent 84baab9 commit bb46784
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion crates/fj-math/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ categories.workspace = true
[dependencies]
approx = "0.5.1"
decorum = "0.3.1"
nalgebra = "0.32.1"
nalgebra = "0.32.2"
num-traits = "0.2.15"
parry2d-f64 = "0.13.1"
parry3d-f64 = "0.13.1"
Expand Down
2 changes: 1 addition & 1 deletion crates/fj-viewer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ egui = "0.21.0"
egui-wgpu = "0.21.0"
fj-interop.workspace = true
fj-math.workspace = true
nalgebra = "0.32.1"
nalgebra = "0.32.2"
tobj = "3.2.4"
raw-window-handle = "0.5.0"
thiserror = "1.0.39"
Expand Down

0 comments on commit bb46784

Please sign in to comment.