Skip to content

Commit 0f61340

Browse files
bradhgadomski
andauthored
chore: switch geoarrow deps back to main branch (#996)
### Description The arrow-58 tracking branch no longer exists, so this is required for `cargo build` ### Checklist Delete any checklist items that do not apply (e.g. if your change is minor, it may not require documentation updates). - [x] Pull request title follows [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/) - [x] Pre-commit hooks pass (`prek run --all-files`) --------- Co-authored-by: Pete Gadomski <pete.gadomski@gmail.com>
1 parent 8b078d1 commit 0f61340

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,6 @@ webpki-roots = "1.0.0"
104104
wkb = "0.9.0"
105105

106106
[patch.crates-io]
107-
geoarrow-array = { git = "https://github.com/geoarrow/geoarrow-rs", branch = "arrow-58" }
108-
geoarrow-schema = { git = "https://github.com/geoarrow/geoarrow-rs", branch = "arrow-58" }
109-
geoparquet = { git = "https://github.com/geoarrow/geoarrow-rs", branch = "arrow-58" }
107+
geoarrow-array = { git = "https://github.com/geoarrow/geoarrow-rs", rev = "234c7bd287b3e3caaa9ece9e67e81259347121f8" }
108+
geoarrow-schema = { git = "https://github.com/geoarrow/geoarrow-rs", rev = "234c7bd287b3e3caaa9ece9e67e81259347121f8" }
109+
geoparquet = { git = "https://github.com/geoarrow/geoarrow-rs", rev = "234c7bd287b3e3caaa9ece9e67e81259347121f8" }

0 commit comments

Comments
 (0)