Skip to content

Commit

Permalink
Update simba requirement from 0.8 to 0.9
Browse files Browse the repository at this point in the history
Updates the requirements on [simba](https://github.com/dimforge/simba) to permit the latest version.
- [Changelog](https://github.com/dimforge/simba/blob/master/CHANGELOG)
- [Commits](dimforge/simba@v0.8.0...v0.9.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 24, 2024
1 parent 8ca1b72 commit b1c6eff
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 @@ -25,7 +25,7 @@ num-traits = { version = "0.2", default-features = false, features = ["std"], op

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

simba = { version = "0.8", optional = true, default-features = false }
simba = { version = "0.9", optional = true, default-features = false }
approx = { version = "0.5", optional = true, default-features = false }
rug = { version = "1.15", optional = true }

Expand Down

0 comments on commit b1c6eff

Please sign in to comment.