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

sources: move settings-sdk to workspace dependencies #4099

Merged

Commits on Jul 25, 2024

  1. sources: move settings-sdk to workspace dependencies

    Within the sources/ workspace, if a crate depends on one of the crates
    in bottlerocket-settings-sdk, we currently include a section with the
    full git URL, tag, and version in the crate's Cargo.toml. Because we
    can't have two versions of the same crate in a workspace, updating one
    of these Cargo.toml's (in order to test changes in a personal fork, or
    to bump the version, for example) requires updating all of the other
    crates that use that dependency.
    
    Making the crates in bottlerocket-settings-sdk workspace dependencies
    allows us to update to a different version of bottlerocket-settings-sdk
    by only changing one file.
    
    Signed-off-by: Sam Berning <[email protected]>
    sam-berning committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    303b74b View commit details
    Browse the repository at this point in the history