Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: move deps to [workspace.dependencies] #1575

Merged

Conversation

cmackenzie1
Copy link
Contributor

@cmackenzie1 cmackenzie1 commented Jul 31, 2023

Description

This commit moves a common set of dependencies from rust/ and python/ Cargo.toml files in favor of using the workspace = true variation.

The goal of this commit if merely organization. Pruning features, bumping versions are not goals of this commit.

Related Issue(s)

Documentation

This commit moves a common set of dependencies from `rust/` and `python/`
Cargo.toml files in favor of using the `workspace = true` variation.

The goal of this commit if merely organization. Pruning features,
bumping versions are not goals of this commit.

- Closes delta-io#1572
@github-actions github-actions bot added binding/python Issues for the Python package binding/rust Issues for the Rust crate rust labels Jul 31, 2023
Copy link
Collaborator

@roeap roeap left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@roeap roeap enabled auto-merge (squash) July 31, 2023 16:51
@rtyler rtyler disabled auto-merge July 31, 2023 17:45
@rtyler rtyler merged commit d32ed86 into delta-io:main Jul 31, 2023
24 of 25 checks passed
@cmackenzie1 cmackenzie1 deleted the cole/issue-1572-workspaces branch July 31, 2023 17:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
binding/python Issues for the Python package binding/rust Issues for the Rust crate rust
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Define common dependencies in Cargo Workspace
3 participants