We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53b4bd2 commit eb9d32aCopy full SHA for eb9d32a
crates/duckdb/Cargo.toml
@@ -33,5 +33,5 @@ thiserror.workspace = true
33
[dev-dependencies]
34
geo.workspace = true
35
rstest.workspace = true
36
-stac-validate = { version = "0.6.1", path = "../validate" }
+stac-validate = { path = "../validate" }
37
tokio = { workspace = true, features = ["rt-multi-thread", "macros"] }
crates/validate/Cargo.toml
@@ -24,6 +24,6 @@ referencing.workspace = true
24
async-recursion.workspace = true
25
26
27
-stac-io = { version = "0.2.1", path = "../io" }
+stac-io = { path = "../io" }
28
29
0 commit comments