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

Part 1 of RFC2906 - Packages can inherit fields from their root workspace #10497

Merged
merged 3 commits into from
Mar 25, 2022

Commits on Mar 22, 2022

  1. -- Part 1 of RFC2906

    Muscraft committed Mar 22, 2022
    Configuration menu
    Copy the full SHA
    ccb321a View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2022

  1. -- updated both resolve to only take a get_ws

    -- `resolve` not takes `get_ws: impl FnOnce() -> CargoResult<T>`
    -- removed `MaybeWorkspace` from `readme` and `license-file`
    -- changed error messages and test names
    Muscraft committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    c4cd152 View commit details
    Browse the repository at this point in the history
  2. -- renamed deduplicate_workspace to inheritable_workspace_fields

    -- removed `[]` from error messages in favor of back-ticks
    Muscraft committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    e6992d4 View commit details
    Browse the repository at this point in the history