Skip to content

Commit

Permalink
fix(cli): remove stac object_store feature
Browse files Browse the repository at this point in the history
  • Loading branch information
gadomski committed Sep 11, 2024
1 parent 5c4093f commit 6a4010c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ pyo3 = { version = "0.22", optional = true }
reqwest = "0.12"
serde = "1"
serde_json = "1"
stac = { version = "0.9.0", path = "../core", features = ["object_store"] }
stac = { version = "0.9.0", path = "../core" }
stac-api = { version = "0.5.0", path = "../api", features = ["client"] }
stac-duckdb = { version = "0.0.1", path = "../duckdb", optional = true }
stac-server = { version = "0.2.0", path = "../server", features = ["axum"] }
Expand Down

0 comments on commit 6a4010c

Please sign in to comment.