Skip to content

Commit

Permalink
Array2: Constnat
Browse files Browse the repository at this point in the history
  • Loading branch information
gatesn committed Apr 12, 2024
1 parent fc42e24 commit 31b8d40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion vortex-array/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ vortex-alloc = { path = "../vortex-alloc" }
vortex-error = { path = "../vortex-error" }
vortex-flatbuffers = { path = "../vortex-flatbuffers" }
vortex-schema = { path = "../vortex-schema" }
serde = { workspace = true, features = ["derive"], optional = true }
serde = { workspace = true, features = ["derive"] }

[build-dependencies]
flatc = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion vortex-array2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ log = { workspace = true }
num-traits = { workspace = true }
paste = { workspace = true }
serde = { workspace = true, features = ["derive"] }
vortex-array = { path = "../vortex-array", features = ["serde"] }
vortex-array = { path = "../vortex-array" }
vortex-error = { path = "../vortex-error", features = ["flexbuffers"] }
vortex-flatbuffers = { path = "../vortex-flatbuffers" }
vortex-schema = { path = "../vortex-schema", features = ["serde"] }
Expand Down

0 comments on commit 31b8d40

Please sign in to comment.