Skip to content

Commit 5e3bece

Browse files
committed
fix(cli): remove stac object_store feature
1 parent 014b41a commit 5e3bece

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ pyo3 = { version = "0.22", optional = true }
3131
reqwest = "0.12"
3232
serde = "1"
3333
serde_json = "1"
34-
stac = { version = "0.9.0", path = "../core", features = ["object_store"] }
34+
stac = { version = "0.9.0", path = "../core" }
3535
stac-api = { version = "0.5.0", path = "../api", features = ["client"] }
3636
stac-duckdb = { version = "0.0.1", path = "../duckdb", optional = true }
3737
stac-server = { version = "0.2.0", path = "../server", features = ["axum"] }

0 commit comments

Comments
 (0)