Skip to content

Commit 4b81358

Browse files
committed
fmt
1 parent f2150dd commit 4b81358

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datafusion/physical-plan/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ name = "datafusion_physical_plan"
4444

4545
[dependencies]
4646
ahash = { workspace = true }
47+
arc-swap = "1.7.1"
4748
arrow = { workspace = true }
4849
arrow-ord = { workspace = true }
4950
arrow-schema = { workspace = true }
@@ -66,7 +67,6 @@ log = { workspace = true }
6667
parking_lot = { workspace = true }
6768
pin-project-lite = "^0.2.7"
6869
tokio = { workspace = true }
69-
arc-swap = "1.7.1"
7070

7171
[dev-dependencies]
7272
criterion = { workspace = true, features = ["async_futures"] }

0 commit comments

Comments
 (0)