Skip to content

Commit

Permalink
fix: geos-sys compile error databendlabs#15200
Browse files Browse the repository at this point in the history
  • Loading branch information
drmingdrmer committed Apr 11, 2024
1 parent a883bc0 commit 4b7442a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,8 @@ enumflags2 = { version = "0.7.7", features = ["serde"] }
ethnum = { git = "https://github.com/ariesdevil/ethnum-rs", rev = "4cb05f1" }
feature-set = { version = "0.1.1" }
geo = { version = "0.27.0", features = ["use-serde"] }
geozero = { version = "0.11.0", features = ["default", "with-wkb"] }
geos = { version = "8.3", features = ["static", "geo", "geo-types"] }
geozero = { version = "0.11.0", features = ["default", "with-wkb", "with-geos", "with-geojson"] }
itertools = "0.10.5"
log = { version = "0.4.21", features = ["serde", "kv_unstable_std"] }
logcall = "0.1.5"
Expand Down
3 changes: 2 additions & 1 deletion src/query/expression/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ enum-as-inner = "0.5"
ethnum = { workspace = true, features = ["serde", "macros", "borsh"] }
futures = { workspace = true }
geo = { workspace = true }
geozero = { workspace = true, features = ["with-wkt", "with-geos"] }
geos = { workspace = true }
geozero = { workspace = true }
hex = "0.4.3"
itertools = { workspace = true }
jsonb = { workspace = true }
Expand Down

0 comments on commit 4b7442a

Please sign in to comment.