Skip to content

Commit d10eaa3

Browse files
authored
fix(geodatafusion-flatgeobuf): make http-range-client dependency non-optional (#1292)
## Summary - fix geodatafusion-flatgeobuf Cargo.toml to include http-range-client dependency ## Testing - `cargo test --workspace` *(fails: ObjectStore(Generic { store: "HTTP", source: RetryError ... }))* ------ https://chatgpt.com/codex/tasks/task_e_689505c7ed788328bd27b8f3db4e0c90
1 parent 7b1b003 commit d10eaa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/geodatafusion-flatgeobuf/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ flatgeobuf = { workspace = true }
1717
futures = { workspace = true }
1818
geoarrow-flatgeobuf = { workspace = true, features = ["object_store"] }
1919
geoarrow-schema = { workspace = true }
20-
http-range-client = { workspace = true, optional = true, default-features = false }
20+
http-range-client = { workspace = true, default-features = false }
2121
object_store = { workspace = true }
2222

2323
[dev-dependencies]

0 commit comments

Comments
 (0)