From e9ef32eff8e74e7583d6e6cdfd5ad7b5465e0fae Mon Sep 17 00:00:00 2001 From: Joe Isaacs Date: Wed, 18 Dec 2024 16:06:50 +0000 Subject: [PATCH] fix cargo --- vortex-array/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vortex-array/Cargo.toml b/vortex-array/Cargo.toml index 6a6160675..1e7bbc228 100644 --- a/vortex-array/Cargo.toml +++ b/vortex-array/Cargo.toml @@ -53,7 +53,7 @@ vortex-datetime-dtype = { workspace = true } vortex-dtype = { workspace = true, features = ["flatbuffers", "serde"] } vortex-error = { workspace = true, features = ["flatbuffers", "flexbuffers"] } vortex-flatbuffers = { workspace = true, features = ["array"] } -vortex-scalar = { workspace = true, features = ["flatbuffers", "serde"] } +vortex-scalar = { workspace = true, features = ["flatbuffers", "serde", "arbitrary"] } [features] arbitrary = ["dep:arbitrary", "vortex-dtype/arbitrary"]