Skip to content

Commit 3876b18

Browse files
authored
Fix circular dev dependency (#2557)
1 parent 8c177b2 commit 3876b18

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

encodings/fastlanes/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ vortex-scalar = { workspace = true }
3535
[dev-dependencies]
3636
divan = { workspace = true }
3737
rand = { workspace = true }
38-
vortex-alp = { workspace = true }
38+
vortex-alp = { path = "../alp", workspace = true }
3939
vortex-array = { workspace = true, features = ["test-harness"] }
4040
vortex-fastlanes = { path = ".", features = ["test-harness"] }
4141

@@ -59,4 +59,3 @@ required-features = ["test-harness"]
5959
name = "compute_between"
6060
harness = false
6161
required-features = ["test-harness"]
62-

0 commit comments

Comments
 (0)