From 67fc22b8285eee69c6665459b15b0814fddd1d44 Mon Sep 17 00:00:00 2001 From: Tim Saucer Date: Wed, 30 Oct 2024 08:21:15 -0400 Subject: [PATCH] formatting cargo.toml files --- .../examples/ffi/ffi_example_table_provider/Cargo.toml | 6 +++--- .../examples/ffi/ffi_module_loader/Cargo.toml | 4 ++-- datafusion/ffi/Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/datafusion-examples/examples/ffi/ffi_example_table_provider/Cargo.toml b/datafusion-examples/examples/ffi/ffi_example_table_provider/Cargo.toml index 6fbd75ccfba32..339be1cdb82d3 100644 --- a/datafusion-examples/examples/ffi/ffi_example_table_provider/Cargo.toml +++ b/datafusion-examples/examples/ffi/ffi_example_table_provider/Cargo.toml @@ -21,14 +21,14 @@ version = "0.1.0" edition = "2021" [dependencies] -datafusion = { workspace = true } -datafusion-ffi = { workspace = true } abi_stable = "0.11.3" arrow = { workspace = true } arrow-array = { workspace = true } arrow-schema = { workspace = true } +datafusion = { workspace = true } +datafusion-ffi = { workspace = true } ffi_module_interface = { path = "../ffi_module_interface" } [lib] name = "ffi_example_table_provider" -crate-type = ["cdylib",'rlib'] \ No newline at end of file +crate-type = ["cdylib", 'rlib'] diff --git a/datafusion-examples/examples/ffi/ffi_module_loader/Cargo.toml b/datafusion-examples/examples/ffi/ffi_module_loader/Cargo.toml index 8d103e5ec403a..0f0aafbe2aa5f 100644 --- a/datafusion-examples/examples/ffi/ffi_module_loader/Cargo.toml +++ b/datafusion-examples/examples/ffi/ffi_module_loader/Cargo.toml @@ -21,8 +21,8 @@ version = "0.1.0" edition = "2021" [dependencies] -tokio = { workspace = true, features = ["rt-multi-thread", "parking_lot"] } +abi_stable = "0.11.3" datafusion = { workspace = true } datafusion-ffi = { workspace = true } ffi_module_interface = { path = "../ffi_module_interface" } -abi_stable = "0.11.3" +tokio = { workspace = true, features = ["rt-multi-thread", "parking_lot"] } diff --git a/datafusion/ffi/Cargo.toml b/datafusion/ffi/Cargo.toml index 153909e3344d1..119747342515d 100644 --- a/datafusion/ffi/Cargo.toml +++ b/datafusion/ffi/Cargo.toml @@ -48,4 +48,4 @@ log = { workspace = true } prost = { workspace = true } [dev-dependencies] -tokio = { workspace = true } \ No newline at end of file +tokio = { workspace = true }