Skip to content

Commit

Permalink
Update nalgebra requirement from 0.32 to 0.33
Browse files Browse the repository at this point in the history
Updates the requirements on [nalgebra](https://github.com/dimforge/nalgebra) to permit the latest version.
- [Changelog](https://github.com/dimforge/nalgebra/blob/main/CHANGELOG.md)
- [Commits](https://github.com/dimforge/nalgebra/commits)

---
updated-dependencies:
- dependency-name: nalgebra
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 25, 2024
1 parent e47185c commit 6b09238
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 @@ rand = { version = "0.8", optional = true }

num-traits = { version = "0.2", default-features = false, features = ["std"], optional = true }

nalgebra = { version = "0.32", optional = true }
nalgebra = { version = "0.33", optional = true }

simba = { version = "0.8", optional = true, default-features = false }
approx = { version = "0.5", optional = true, default-features = false }
Expand Down

0 comments on commit 6b09238

Please sign in to comment.