Skip to content

Commit

Permalink
Update geo crate to fix overflow error present in version <0.25.0 (#40
Browse files Browse the repository at this point in the history
)

* Update geo to v0.29.3

* Use upstream open-location-code crate
  • Loading branch information
BenSchZA authored Feb 17, 2025
1 parent f740c67 commit ba31d76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion planetcam/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"

[dependencies]
cgmath = { version = "0.18.0", git = "https://github.com/rustgd/cgmath", rev = "d5e765db61cf9039cb625a789a59ddf6b6ab2337" }
geo = "0.24.1"
geo = "0.29.3"
mint = "0.5.9"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion preview/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env_logger = "0.10.0"
gilrs = "0.10.1"
indicatif = "0.17.3"
mint = "0.5.9"
open-location-code = {version = "0.2.0", git = "https://github.com/fintelia/open-location-code", rev = "07a4dd0d8fc08619979707c985728c4fd07dacae" }
open-location-code = "0.1.0"
planetcam = { path = "../planetcam" }
smaa = { version = "0.9.0", optional = true }
terra = { path = "..", default-features = false }
Expand Down

0 comments on commit ba31d76

Please sign in to comment.