Skip to content

Commit

Permalink
fix cargo
Browse files Browse the repository at this point in the history
  • Loading branch information
joseph-isaacs committed Dec 18, 2024
1 parent ac91795 commit e9ef32e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vortex-array/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit e9ef32e

Please sign in to comment.