Skip to content

Commit 614eb36

Browse files
committed
Use bundled static GEOS build.
1 parent 0a68761 commit 614eb36

File tree

2 files changed

+23
-3
lines changed

2 files changed

+23
-3
lines changed

Cargo.lock

Lines changed: 22 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ axum = { version = "^0.8.1", features = ["multipart"] }
7777
base64 = { version = "0.22.1", default-features = false, features = ["alloc", "std"] }
7878
env_logger = { version = "^0.11.8", default-features = false, features = ["auto-color", "humantime"] }
7979
libsqlite3-sys = { version = "0.36.0", default-features = false, features = ["bundled", "preupdate_hook"] }
80-
litegis = { version = "0.0.3" }
80+
litegis = { version = "0.0.4", default-features = false, features = ["static"] }
8181
minijinja = { version = "2.1.2", default-features = false }
8282
parking_lot = { version = "0.12.3", default-features = false, features = ["send_guard", "arc_lock"] }
8383
rand = "^0.10.0"

0 commit comments

Comments
 (0)