Skip to content

Commit b7a4279

Browse files
authored
fix: use paths for dev-dependencies within the workspace (#1319)
1 parent d27f88b commit b7a4279

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vortex-ipc/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ arrow-select = { workspace = true }
3333
criterion = { workspace = true, features = ["async_futures"] }
3434
futures-executor = { workspace = true }
3535
tokio = { workspace = true, features = ["full"] }
36-
vortex-sampling-compressor = { workspace = true }
37-
vortex-io = { workspace = true, features = ["futures"] }
36+
vortex-sampling-compressor = { path = "../vortex-sampling-compressor" }
37+
vortex-io = { path = "../vortex-io", features = ["futures"] }
3838

3939
[lints]
4040
workspace = true

0 commit comments

Comments
 (0)