Skip to content

fix(builder): Hoist Versioned Dependencies #469

@refcell

Description

@refcell

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

No one assigned

    Labels

    A-builderArea: builder cratesK-cleanupKind: general cleanup

    Type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions