Skip to content

Commit

Permalink
Re-checkout main's src and run formatter again
Browse files Browse the repository at this point in the history
  • Loading branch information
raunakab committed Sep 16, 2024
1 parent 9dda35e commit f1e3292
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions src/daft-csv/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[dependencies]
arrow2 = {workspace = true, features = ["io_csv", "io_csv_async"]}
async-compat = {workspace = true}
async-compression = {workspace = true}
async-stream = {workspace = true}
common-error = {path = "../common/error", default-features = false}
common-py-serde = {path = "../common/py-serde", default-features = false}
Expand All @@ -18,6 +19,7 @@ serde = {workspace = true}
snafu = {workspace = true}
tokio = {workspace = true}
tokio-util = {workspace = true}
url = {workspace = true}

[dev-dependencies]
rstest = {workspace = true}
Expand Down

0 comments on commit f1e3292

Please sign in to comment.