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] committed Jun 24, 2024
1 parent 9d133d0 commit e1d454b
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 @@ -11,7 +11,7 @@ keywords = ["linear-algebra"]
categories = ["algorithms", "mathematics", "no-std", "science"]

[dependencies]
nalgebra = {version="0.32", default-features=false}
nalgebra = {version="0.33", default-features=false}

[dev-dependencies]
approx = {version="0.5", default-features=false}
Expand Down

0 comments on commit e1d454b

Please sign in to comment.