Skip to content

Commit

Permalink
add new crates to script
Browse files Browse the repository at this point in the history
  • Loading branch information
andygrove committed May 7, 2024
1 parent c8b8c74 commit ae7850e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
tomlkit
3 changes: 3 additions & 0 deletions dev/update_datafusion_versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,16 @@

crates = {
'datafusion-common': 'datafusion/common/Cargo.toml',
'datafusion-common-runtime': 'datafusion/common-runtime/Cargo.toml',
'datafusion': 'datafusion/core/Cargo.toml',
'datafusion-execution': 'datafusion/execution/Cargo.toml',
'datafusion-expr': 'datafusion/expr/Cargo.toml',
'datafusion-functions': 'datafusion/functions/Cargo.toml',
'datafusion-functions-aggregate': 'datafusion/functions-aggregate/Cargo.toml',
'datafusion-functions-array': 'datafusion/functions-array/Cargo.toml',
'datafusion-optimizer': 'datafusion/optimizer/Cargo.toml',
'datafusion-physical-expr': 'datafusion/physical-expr/Cargo.toml',
'datafusion-physical-expr-common': 'datafusion/physical-expr-common/Cargo.toml',
'datafusion-physical-plan': 'datafusion/physical-plan/Cargo.toml',
'datafusion-proto': 'datafusion/proto/Cargo.toml',
'datafusion-sql': 'datafusion/sql/Cargo.toml',
Expand Down

0 comments on commit ae7850e

Please sign in to comment.