Skip to content
This repository has been archived by the owner on Feb 2, 2023. It is now read-only.

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
domoritz committed Oct 5, 2022
1 parent b837330 commit 1f96a4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dependebot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- uses: marcoroth/[email protected]
with:
dependencies: arrow, parquet
dependencies: arrow, arrow-schema, parquet
package_managers: cargo
directory: /
branch: main
Expand Down
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@ description = "Convert JSON files to Parquet"
[dependencies]
parquet = "24.0.0"
arrow = "24.0.0"
arrow-schema = { version = "24.0.0", features = ["serde"] }
serde_json = "1.0.85"
clap = { version = "4.0.7", features = ["derive"] }

0 comments on commit 1f96a4e

Please sign in to comment.