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 ce9e5d7 commit d0dabcfCopy full SHA for d0dabcf
encodings/sequence/Cargo.toml
@@ -27,9 +27,9 @@ vortex-scalar = { workspace = true }
27
28
[dev-dependencies]
29
tokio = { workspace = true, features = ["full"] }
30
-vortex-expr = { workspace = true }
31
-vortex-file = { workspace = true, features = ["tokio"] }
32
-vortex-layout = { workspace = true }
+vortex-expr = { path = "../../vortex-expr" }
+vortex-file = { path = "../../vortex-file", features = ["tokio"] }
+vortex-layout = { path = "../../vortex-layout" }
33
34
[lints]
35
workspace = true
0 commit comments