Skip to content

Commit 3165642

Browse files
authored
chore: Update wkb crate dependency to v0.9.2 (#329)
1 parent c5d1773 commit 3165642

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

.github/workflows/r.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ jobs:
103103
with:
104104
needs: check
105105
working-directory: r/sedonadb
106+
cache: false
106107

107108
- name: Install R Package
108109
run: |

Cargo.lock

Lines changed: 3 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 & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ geo = "0.31.0"
104104

105105
geo-index = { version = "0.3.1" }
106106

107-
wkb = "0.9.1"
107+
wkb = "0.9.2"
108108
wkt = "0.14.0"
109109

110110
parking_lot = "0.12"
@@ -150,6 +150,5 @@ sedona-s2geography = { version = "0.2.0", path = "c/sedona-s2geography" }
150150
sedona-tg = { version = "0.2.0", path = "c/sedona-tg" }
151151

152152
[patch.crates-io]
153-
# TODO: remove them once changes we made to geo-index and wkb crates are merged to upstream and released
153+
# TODO: remove this once changes we made to the geo-index crate are merged to upstream and released
154154
geo-index = { git = "https://github.com/wherobots/geo-index.git", branch = "main" }
155-
wkb = { git = "https://github.com/georust/wkb.git", rev = "3158e6295e4a39dc7fd75f3cfebee113c8b844d0" }

0 commit comments

Comments
 (0)