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 f7c20fc commit 7376313
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 = ["kalman", "bayesian"]
categories = ["algorithms", "no-std", "science", "science::robotics"]

[dependencies]
nalgebra = { version = "0.32", default-features = false, features = ["libm"] }
nalgebra = { version = "0.33", default-features = false, features = ["libm"] }
num-traits = { version = "0.2", default-features = false }
log = { version = "0.4", optional = true }
approx = { version = "0.5", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = ["Andrew Straw <[email protected]>"]
edition = "2018"

[dependencies]
nalgebra = "0.32"
nalgebra = "0.33"
adskalman = {path=".."}
nalgebra-rand-mvn = {git="https://github.com/strawlab/nalgebra-rand-mvn", rev="40dd19c5967b24389452aa8c540f643b10fe4e34"}
env_logger = "0.11"
Expand Down

0 comments on commit 7376313

Please sign in to comment.