Skip to content

Commit

Permalink
Temporarily pin arbitrary to work around upstream bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
frewsxcv committed Nov 5, 2024
1 parent ab9856f commit 3efd9e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geo-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ use-rstar_0_12 = ["rstar_0_12", "approx"]

[dependencies]
approx = { version = ">= 0.4.0, < 0.6.0", optional = true, default-features = false }
arbitrary = { version = "1.2.0", optional = true }
arbitrary = { version = "<=1.3.2, >=1.0.0", optional = true }
num-traits = { version = "0.2", default-features = false, features = ["libm"] }
rstar_0_8 = { package = "rstar", version = "0.8", optional = true }
rstar_0_9 = { package = "rstar", version = "0.9", optional = true }
Expand Down

0 comments on commit 3efd9e4

Please sign in to comment.