Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
frewsxcv authored Nov 1, 2024
1 parent 6e5b719 commit 6e23039
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", optional = true }
i_overlay = { version = "1.7.2", optional = true, default-features = false }

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

0 comments on commit 6e23039

Please sign in to comment.