Skip to content

Commit

Permalink
Merge pull request #1314 from georust/mkirk/update-i-overlay
Browse files Browse the repository at this point in the history
upate i_overlay to 1.10
  • Loading branch information
michaelkirk authored Feb 7, 2025
2 parents 686363b + a36f9b5 commit 74bd03c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion geo/CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

// after
Haversine.distance(point1, point2)

// For custom earth (or non-earth!) radius
HaversineMeasure::new(3_389_500.0).distance(point1, point2)
```
Expand Down Expand Up @@ -52,6 +52,8 @@
- BREAKING: update proj to 0.28.0
- Polygons returned by Boolean Ops are now oriented correctly (ccw shell, cw inner rings)
- <https://github.com/georust/geo/pull/1310>
- Update `i_overlay`, which is used by the `BoolOps` trait.
- <https://github.com/georust/geo/pull/1314>

## 0.29.3 - 2024.12.03

Expand Down
2 changes: 1 addition & 1 deletion geo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ proj = { version = "0.28.0", optional = true }
robust = "1.1.0"
rstar = "0.12.0"
serde = { version = "1.0", optional = true, features = ["derive"] }
i_overlay = { version = "1.9.0, < 1.10.0", default-features = false }
i_overlay = { version = "1.10.0, < 1.11.0", default-features = false }

[dev-dependencies]
approx = ">= 0.4.0, < 0.6.0"
Expand Down

0 comments on commit 74bd03c

Please sign in to comment.