Skip to content

Commit ef3b55d

Browse files
authored
release: v0.13.0, take 2 (#777)
1 parent 8ee15b8 commit ef3b55d

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ geoarrow-schema = "0.4.0"
6262
geojson = "0.24.1"
6363
getrandom = { version = "0.3.3", features = ["wasm_js"] }
6464
http = "1.1"
65-
indexmap = { version = "2.9.0", features = ["serde"] }
65+
indexmap = { version = "2.10.0", features = ["serde"] }
6666
jsonschema = { version = "0.30.0", default-features = false }
6767
libduckdb-sys = "1.3.0"
6868
log = "0.4.25"
@@ -80,9 +80,9 @@ rustls = { version = "0.23.22", default-features = false }
8080
serde = "1.0"
8181
serde_json = "1.0"
8282
serde_urlencoded = "0.7.1"
83-
stac = { version = "0.12.0", path = "crates/core" }
84-
stac-api = { version = "0.7.0", path = "crates/api" }
85-
stac-derive = { version = "0.2.0", path = "crates/derive" }
83+
stac = { version = "0.13.0", path = "crates/core" }
84+
stac-api = { version = "0.8.0", path = "crates/api" }
85+
stac-derive = { version = "0.3.0", path = "crates/derive" }
8686
stac-duckdb = { version = "0.1.1", path = "crates/duckdb" }
8787
stac-extensions = { version = "0.1.0", path = "crates/extensions" }
8888
stac-io = { version = "0.1.0", path = "crates/io" }

crates/api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "stac-api"
33
description = "Rust library for the SpatioTemporal Asset Catalog (STAC) API specification"
4-
version = "0.7.1"
4+
version = "0.8.0"
55
keywords = ["geospatial", "stac", "metadata", "geo", "api"]
66
categories = ["science", "data-structures", "web-programming"]
77
authors.workspace = true

crates/core/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "stac"
33
description = "Rust library for the SpatioTemporal Asset Catalog (STAC) specification"
4-
version = "0.12.0"
4+
version = "0.13.0"
55
keywords = ["geospatial", "stac", "metadata", "geo"]
66
authors.workspace = true
77
categories.workspace = true
@@ -54,7 +54,7 @@ url = { workspace = true, features = ["serde"] }
5454
assert-json-diff.workspace = true
5555
bytes.workspace = true
5656
rstest.workspace = true
57-
stac-validate.workspace = true
57+
stac-validate = { path = "../validate" }
5858
tokio = { workspace = true, features = ["macros"] }
5959
tokio-test.workspace = true
6060

crates/derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "stac-derive"
33
description = "Proc macros for deriving STAC traits. Should usually not be used directly."
4-
version = "0.2.0"
4+
version = "0.3.0"
55
authors.workspace = true
66
edition.workspace = true
77
homepage.workspace = true

0 commit comments

Comments
 (0)