Skip to content

Commit 706d363

Browse files
committed
Switch git repo of forked dependencies
1 parent 3cf139e commit 706d363

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,5 +131,5 @@ datafusion-physical-expr = { git = "https://github.com/paleolimbot/datafusion.gi
131131
datafusion-physical-plan = { git = "https://github.com/paleolimbot/datafusion.git", branch = "local-49-with-patch", package = "datafusion-physical-plan" }
132132

133133
# TODO: remove them once changes we made to geo-index and wkb crates are merged to upstream and released
134-
geo-index = { git = "https://github.com/Kontinuation/geo-index.git", branch = "geo-0.31.0" }
135-
wkb = { git = "https://github.com/Kontinuation/wkb", branch = "expose-more-apis" }
134+
geo-index = { git = "https://github.com/wherobots/geo-index.git", branch = "geo-0.31.0" }
135+
wkb = { git = "https://github.com/georust/wkb.git", rev = "130eb0c2b343bc9299aeafba6d34c2a6e53f3b6a" }

0 commit comments

Comments
 (0)