Skip to content

Commit

Permalink
remove unnecessary patches (georust#8)
Browse files Browse the repository at this point in the history
The necessary changes have been merged upstream
michaelkirk authored Jan 20, 2022
1 parent 1cf7a2f commit 7e0bd08
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -18,12 +18,3 @@ wkt = { version = "0.9", features = ["geo-types", "serde"] }
[dev-dependencies]
pretty_env_logger = "*"

[patch.crates-io]
geo = { git = "https://github.com/georust/geo", branch = "mkirk/geomgraph" }
geo-types = { git = "https://github.com/georust/geo", branch = "mkirk/geomgraph" }

# This branch allows parsing more cases and will eventually be upstreamed.
#
# Since we gracefully skip cases which fail to parse, the existing tests will
# still pass when using the published WKT, but less cases will be executed.
wkt = { git = "https://github.com/rmanoka/wkt", branch = "rmanoka/jts-test-runner" }

0 comments on commit 7e0bd08

Please sign in to comment.