Skip to content

Commit

Permalink
actually fix the dev dependency for release (#2574)
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamGS authored Mar 3, 2025
1 parent 27b9452 commit 2e31cba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 = { path = "../alp", workspace = true }
vortex-alp = { path = "../alp" }
vortex-array = { workspace = true, features = ["test-harness"] }
vortex-fastlanes = { path = ".", features = ["test-harness"] }

Expand Down

0 comments on commit 2e31cba

Please sign in to comment.