Skip to content

Commit

Permalink
Update cam-geom requirement from 0.14.0 to 0.15.0
Browse files Browse the repository at this point in the history
Updates the requirements on [cam-geom](https://github.com/strawlab/cam-geom) to permit the latest version.
- [Commits](strawlab/cam-geom@0.14.0...0.15.0)

---
updated-dependencies:
- dependency-name: cam-geom
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 25, 2024
1 parent 8f1009d commit 353a946
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 @@ -18,7 +18,7 @@ categories = [

[dependencies]
nalgebra = { version = "0.32.1", default-features = false, features = ["libm"] }
cam-geom = { version = "0.14.0", default-features = false }
cam-geom = { version = "0.15.0", default-features = false }

serde = { version = "1.0", default-features = false, features = [
"derive",
Expand Down

0 comments on commit 353a946

Please sign in to comment.