Skip to content

Commit 937bd3e

Browse files
committed
style: fix Cargo.toml formatting
1 parent f238a12 commit 937bd3e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

ballista/core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ aws-config = { version = "1.6.0", optional = true }
4949
aws-credential-types = { version = "1.2.0", optional = true }
5050
chrono = { version = "0.4", default-features = false }
5151
clap = { workspace = true, optional = true }
52+
dashmap = "6"
5253
datafusion = { workspace = true }
5354
datafusion-proto = { workspace = true }
5455
datafusion-proto-common = { workspace = true }
55-
dashmap = "6"
5656
futures = { workspace = true }
5757
itertools = "0.14"
5858
log = { workspace = true }

ballista/executor/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ arrow-flight = { workspace = true }
4343
async-trait = { workspace = true }
4444

4545
backoff = { workspace = true }
46-
bytes = "1"
4746

4847
ballista-core = { path = "../core", version = "51.0.0" }
48+
bytes = "1"
4949

5050
clap = { workspace = true, optional = true }
5151
dashmap = { workspace = true }

0 commit comments

Comments
 (0)