Skip to content

Commit e6d6318

Browse files
committed
feat: update versions and docs
1 parent e07ce54 commit e6d6318

File tree

4 files changed

+22
-19
lines changed

4 files changed

+22
-19
lines changed

Cargo.lock

Lines changed: 16 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@ serde_json = "1.0.138"
2727
stac = { features = [
2828
"geoparquet-compression",
2929
"object-store-all",
30-
], git = "https://github.com/stac-utils/stac-rs", branch = "main" }
30+
], git = "https://github.com/stac-utils/rustac", branch = "main" }
3131
stac-api = { features = [
3232
"client",
33-
], git = "https://github.com/stac-utils/stac-rs", branch = "main" }
34-
rustac = { git = "https://github.com/stac-utils/stac-rs", features = [
33+
], git = "https://github.com/stac-utils/rustac", branch = "main" }
34+
rustac = { git = "https://github.com/stac-utils/rustac", features = [
3535
"pgstac",
3636
"duckdb",
3737
], branch = "main" }
38-
stac-duckdb = { git = "https://github.com/stac-utils/stac-rs", branch = "main" }
38+
stac-duckdb = { git = "https://github.com/stac-utils/rustac", branch = "main" }
3939
thiserror = "2.0.12"
4040
tokio = { version = "1.44.0", features = ["rt-multi-thread"] }
4141
pyo3-log = "0.12.1"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ We believe there are a couple of issues with **stac-geoparquet** that make **rus
107107
- It doesn't have a nice one-shot API for reading and writing
108108
- It includes some leftover code and logic from its genesis as a tool for the [Microsoft Planetary Computer](https://planetarycomputer.microsoft.com/)
109109

110-
We test to ensure [compatibility](https://github.com/stac-utils/stac-rs/blob/main/scripts/validate-stac-geoparquet) between the two libraries, and we intend to consolidate to a single "stac-geoparquet" library at some point in the future.
110+
We test to ensure [compatibility](https://github.com/stac-utils/rustac/blob/main/scripts/validate-stac-geoparquet) between the two libraries, and we intend to consolidate to a single "stac-geoparquet" library at some point in the future.
111111

112112
## Development
113113

rustac.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ def migrate(value: dict[str, Any], version: Optional[str] = None) -> dict[str, A
169169
[eo:bands and raster:bands should be consolidated to the new bands
170170
structure](https://github.com/radiantearth/stac-spec/releases/tag/v1.1.0-beta.1).
171171
172-
See [the stac-rs
172+
See [the rustac
173173
documentation](https://docs.rs/stac/latest/stac/enum.Version.html) for
174174
supported versions.
175175

0 commit comments

Comments
 (0)