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 8c177b2 commit 3876b18Copy full SHA for 3876b18
encodings/fastlanes/Cargo.toml
@@ -35,7 +35,7 @@ vortex-scalar = { workspace = true }
35
[dev-dependencies]
36
divan = { workspace = true }
37
rand = { workspace = true }
38
-vortex-alp = { workspace = true }
+vortex-alp = { path = "../alp", workspace = true }
39
vortex-array = { workspace = true, features = ["test-harness"] }
40
vortex-fastlanes = { path = ".", features = ["test-harness"] }
41
@@ -59,4 +59,3 @@ required-features = ["test-harness"]
59
name = "compute_between"
60
harness = false
61
required-features = ["test-harness"]
62
-
0 commit comments