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 d27f88b commit b7a4279Copy full SHA for b7a4279
vortex-ipc/Cargo.toml
@@ -33,8 +33,8 @@ arrow-select = { workspace = true }
33
criterion = { workspace = true, features = ["async_futures"] }
34
futures-executor = { workspace = true }
35
tokio = { workspace = true, features = ["full"] }
36
-vortex-sampling-compressor = { workspace = true }
37
-vortex-io = { workspace = true, features = ["futures"] }
+vortex-sampling-compressor = { path = "../vortex-sampling-compressor" }
+vortex-io = { path = "../vortex-io", features = ["futures"] }
38
39
[lints]
40
workspace = true
0 commit comments