Skip to content

Commit

Permalink
Move itertools to alphabetical order
Browse files Browse the repository at this point in the history
  • Loading branch information
OussamaSaoudi-db committed Sep 26, 2024
1 parent c92c13e commit 7ce4593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acceptance/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ delta_kernel = { path = "../kernel", features = [
"developer-visibility",
] }
futures = "0.3"
itertools = "0.13"
object_store = { workspace = true }
parquet = { workspace = true }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
thiserror = "1"
url = "2"
itertools = "0.13"

[build-dependencies]
ureq = "2.10"
Expand Down

0 comments on commit 7ce4593

Please sign in to comment.