diff --git a/Cargo.lock b/Cargo.lock index ef07132bdb5..6bf31b33898 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -10899,6 +10899,7 @@ dependencies = [ "vortex-error", "vortex-flatbuffers", "vortex-io", + "vortex-layout", "vortex-mask", "vortex-metrics", "vortex-pco", diff --git a/vortex-layout/Cargo.toml b/vortex-layout/Cargo.toml index b57815b84e9..40277b84262 100644 --- a/vortex-layout/Cargo.toml +++ b/vortex-layout/Cargo.toml @@ -60,6 +60,7 @@ rstest = { workspace = true } tokio = { workspace = true, features = ["rt", "macros"] } vortex-array = { path = "../vortex-array", features = ["_test-harness"] } vortex-io = { path = "../vortex-io", features = ["tokio"] } +vortex-layout = { path = ".", features = ["zstd"] } vortex-utils = { workspace = true, features = ["_test-harness"] } [features]