Skip to content

Commit

Permalink
Merge pull request #1271 from georust/cfarwell-C3A5DB71-D30E-441B-9F8…
Browse files Browse the repository at this point in the history
…B-EEDAC0B35F84

Pin `i_overlay` to < 1.8.0 to work around recursion bug.
  • Loading branch information
frewsxcv authored Nov 15, 2024
2 parents 2537a07 + 75e4626 commit 8e4a85c
Showing 1 changed file with 1 addition and 1 deletion.
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.27.0", optional = true }
robust = "1.1.0"
rstar = "0.12.0"
serde = { version = "1.0", optional = true, features = ["derive"] }
i_overlay = { version = "1.7.2", default-features = false }
i_overlay = { version = "1.7.2, < 1.8.0", default-features = false }

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

0 comments on commit 8e4a85c

Please sign in to comment.