Skip to content

Commit

Permalink
Fix circular dev dependency (#2557)
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamGS authored Feb 28, 2025
1 parent 8c177b2 commit 3876b18
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions encodings/fastlanes/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ vortex-scalar = { workspace = true }
[dev-dependencies]
divan = { workspace = true }
rand = { workspace = true }
vortex-alp = { workspace = true }
vortex-alp = { path = "../alp", workspace = true }
vortex-array = { workspace = true, features = ["test-harness"] }
vortex-fastlanes = { path = ".", features = ["test-harness"] }

Expand All @@ -59,4 +59,3 @@ required-features = ["test-harness"]
name = "compute_between"
harness = false
required-features = ["test-harness"]

0 comments on commit 3876b18

Please sign in to comment.