Skip to content

Commit 1d58645

Browse files
committed
fix
Signed-off-by: Joe Isaacs <[email protected]>
1 parent a3e1b43 commit 1d58645

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vortex-expr/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ vortex-utils = { workspace = true }
3535
vortex-expr = { path = ".", features = ["test-harness"] }
3636

3737
[features]
38+
arbitrary = ["dep:arbitrary", "vortex-scalar/arbitrary", "vortex-dtype/arbitrary"]
3839
serde = ["dep:serde", "vortex-dtype/serde", "vortex-error/serde"]
3940
proto = ["vortex-proto/expr", "vortex-error/prost", "dep:prost", "serde"]
4041
test-harness = []

0 commit comments

Comments
 (0)