Skip to content

Commit 9c8dc80

Browse files
committed
formatting cargo.toml files
1 parent d692a1f commit 9c8dc80

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

datafusion-examples/examples/ffi/ffi_example_table_provider/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ version = "0.1.0"
2121
edition = "2021"
2222

2323
[dependencies]
24-
datafusion = { workspace = true }
25-
datafusion-ffi = { workspace = true }
2624
abi_stable = "0.11.3"
2725
arrow = { workspace = true }
2826
arrow-array = { workspace = true }
2927
arrow-schema = { workspace = true }
28+
datafusion = { workspace = true }
29+
datafusion-ffi = { workspace = true }
3030
ffi_module_interface = { path = "../ffi_module_interface" }
3131

3232
[lib]
3333
name = "ffi_example_table_provider"
34-
crate-type = ["cdylib",'rlib']
34+
crate-type = ["cdylib", 'rlib']

datafusion-examples/examples/ffi/ffi_module_loader/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ version = "0.1.0"
2121
edition = "2021"
2222

2323
[dependencies]
24-
tokio = { workspace = true, features = ["rt-multi-thread", "parking_lot"] }
24+
abi_stable = "0.11.3"
2525
datafusion = { workspace = true }
2626
datafusion-ffi = { workspace = true }
2727
ffi_module_interface = { path = "../ffi_module_interface" }
28-
abi_stable = "0.11.3"
28+
tokio = { workspace = true, features = ["rt-multi-thread", "parking_lot"] }

0 commit comments

Comments
 (0)