Skip to content

Commit 6ef3c02

Browse files
authored
Fix vortex-dtype feature dependency (#1853)
1 parent e2e2c57 commit 6ef3c02

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Cargo.lock

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vortex-scan/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,8 @@ readme.workspace = true
1414
categories.workspace = true
1515

1616
[dependencies]
17-
arrow-buffer = { workspace = true }
1817
vortex-array = { workspace = true }
19-
vortex-dtype = { workspace = true, features = ["flatbuffers"] }
18+
vortex-dtype = { workspace = true }
2019
vortex-error = { workspace = true }
2120
vortex-expr = { workspace = true }
2221

0 commit comments

Comments
 (0)