Skip to content

Commit 67fc22b

Browse files
committed
formatting cargo.toml files
1 parent 8db51af commit 67fc22b

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
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"] }

datafusion/ffi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ log = { workspace = true }
4848
prost = { workspace = true }
4949

5050
[dev-dependencies]
51-
tokio = { workspace = true }
51+
tokio = { workspace = true }

0 commit comments

Comments
 (0)