Skip to content

Commit e2ffcf5

Browse files
AdamGSrobert3005
andauthored
chore: Point vortex-array self dev-dependency to a local path (#2033)
Crates that depend on themselves as a `dev-dependency` can't be packaged/released, because the `workspace.version` release of them isn't available. --------- Co-authored-by: Robert Kruszewski <github@robertk.io>
1 parent 3aa9818 commit e2ffcf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vortex-array/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ getrandom = { workspace = true, features = ["js"] }
7171
[dev-dependencies]
7272
criterion = { workspace = true }
7373
rstest = { workspace = true }
74-
vortex-array = { workspace = true, features = ["test-harness"] }
74+
vortex-array = { path = ".", features = ["test-harness"] }
7575

7676
[[bench]]
7777
name = "search_sorted"

0 commit comments

Comments
 (0)