Skip to content

Commit b00ded5

Browse files
committed
release: stac-cli v0.5.1-rc.2
1 parent 6c1bf95 commit b00ded5

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

crates/cli/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "stac-cli"
33
description = "Command line interface for stac-rs"
4-
version = "0.5.1-rc.1"
4+
version = "0.5.1-rc.2"
55
keywords = ["geospatial", "stac", "metadata", "geo", "raster"]
66
authors.workspace = true
77
edition.workspace = true

crates/cli/pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ classifiers = [
2020
]
2121
keywords = ["stac", "geospatial"]
2222
dynamic = ["version"]
23-
dependencies = ["cffi>=1.17.1"]
23+
dependencies = []
2424

2525
[project.urls]
2626
Repository = "https://github.com/stac-utils/stac-rs"
@@ -31,5 +31,5 @@ stacrs = "stacrs_cli:main"
3131

3232
[tool.maturin]
3333
no-default-features = true
34-
features = ["pyo3/extension-module", "python"]
34+
features = ["python"]
3535
module-name = "stacrs_cli"

crates/cli/release.toml

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
enable-all-features = false

0 commit comments

Comments
 (0)