Skip to content

Commit d0dabcf

Browse files
authored
fix: dev-dependencies for vortex-sequence (#3505)
| ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄| | ALWAYS USE `path = ` | | FOR DEV-DEPS | | ______ _ _ _ _ _ _| (\__/) || (•ㅅ•) || /   づ
1 parent ce9e5d7 commit d0dabcf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

encodings/sequence/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ vortex-scalar = { workspace = true }
2727

2828
[dev-dependencies]
2929
tokio = { workspace = true, features = ["full"] }
30-
vortex-expr = { workspace = true }
31-
vortex-file = { workspace = true, features = ["tokio"] }
32-
vortex-layout = { workspace = true }
30+
vortex-expr = { path = "../../vortex-expr" }
31+
vortex-file = { path = "../../vortex-file", features = ["tokio"] }
32+
vortex-layout = { path = "../../vortex-layout" }
3333

3434
[lints]
3535
workspace = true

0 commit comments

Comments
 (0)