Skip to content

Commit 566fbd5

Browse files
fix taplo error
1 parent a16cfc5 commit 566fbd5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vortex-datafusion/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ rust-version = { workspace = true }
1414
version = { workspace = true }
1515

1616
[dependencies]
17+
arrow-array = { workspace = true }
1718
arrow-schema = { workspace = true }
1819
async-trait = { workspace = true }
1920
datafusion-catalog = { workspace = true }
@@ -34,7 +35,6 @@ object_store = { workspace = true }
3435
tokio = { workspace = true, features = ["rt-multi-thread", "fs"] }
3536
tokio-stream = { workspace = true }
3637
tracing = { workspace = true, features = ["std", "attributes"] }
37-
arrow-array = { workspace = true }
3838
vortex = { workspace = true, features = ["object_store", "tokio", "files"] }
3939
vortex-utils = { workspace = true, features = ["dashmap"] }
4040

0 commit comments

Comments
 (0)