You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By defining a set of common dependecies in the root Cargo.toml, updates to those crates versions only need to be applied in one location instead of in rust/ and python/ workspaces.
See #1571 as an example of something that would benefit from using [workspace.dependencies]
Use Case
Related Issue(s)
The text was updated successfully, but these errors were encountered:
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.
- Closesdelta-io#1572
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#1572
Description
By defining a set of common dependecies in the root
Cargo.toml
, updates to those crates versions only need to be applied in one location instead of inrust/
andpython/
workspaces.See #1571 as an example of something that would benefit from using
[workspace.dependencies]
Use Case
Related Issue(s)
The text was updated successfully, but these errors were encountered: