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 24, 2024
1 parent 74f4c44 commit b92f033
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 = ["computer", "vision", "photogrammetry"]
categories = ["algorithms", "computer-vision", "no-std", "science", "science::robotics"]

[dependencies]
nalgebra = {version="0.32", default-features=false, features=["libm"]}
nalgebra = {version="0.33", default-features=false, features=["libm"]}
serde = {version="1.0", features=["derive"], optional=true}

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion dlt-examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ repository = "https://github.com/strawlab/dlt"
[dependencies]
dlt = {path=".."}
cam-geom = "0.14"
nalgebra = "0.32"
nalgebra = "0.33"
approx = "0.5"

0 comments on commit b92f033

Please sign in to comment.