Skip to content

Commit eb9d32a

Browse files
committed
chore: remove version requirements for dev dependencies
1 parent 53b4bd2 commit eb9d32a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/duckdb/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ thiserror.workspace = true
3333
[dev-dependencies]
3434
geo.workspace = true
3535
rstest.workspace = true
36-
stac-validate = { version = "0.6.1", path = "../validate" }
36+
stac-validate = { path = "../validate" }
3737
tokio = { workspace = true, features = ["rt-multi-thread", "macros"] }

crates/validate/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ referencing.workspace = true
2424
async-recursion.workspace = true
2525

2626
[dev-dependencies]
27-
stac-io = { version = "0.2.1", path = "../io" }
27+
stac-io = { path = "../io" }
2828
rstest.workspace = true
2929
tokio = { workspace = true, features = ["rt-multi-thread", "macros"] }

0 commit comments

Comments
 (0)