-
Notifications
You must be signed in to change notification settings - Fork 111
Labels
A-builderArea: builder cratesArea: builder cratesK-cleanupKind: general cleanupKind: general cleanup
Milestone
Description
Description
To ensure dependencies across the workspace use the same dependency versions, we standardize on having dependencies with versions in the top-level workspace Cargo.toml.
Then, individual crates and binaries in the workspace import these dependencies using the .workspace = true syntax in their individual Cargo.toml manifest files.
The op-rbuilder was ported to this repo recently and its Cargo.toml file still has a whole bunch of versioned dependencies that need to be moved into the top-level workspace Cargo.toml file. The op-rbuilder's Cargo.toml file then needs to be updated to use the workspace deps with .workspace = true.
Metadata
Metadata
Assignees
Labels
A-builderArea: builder cratesArea: builder cratesK-cleanupKind: general cleanupKind: general cleanup