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

workspace: limit duplicate dependencies #871

Merged
merged 1 commit into from
Oct 15, 2024

Conversation

baloo
Copy link
Member

@baloo baloo commented Oct 15, 2024

This makes use of a global patch.crates-io instead of local path = attributes in the dependencies.

When pulling dependencies through git to try unreleased crates, the dependency in path will get duplicated. Which makes for twice the definition of types incompatible with each other.

This makes use of a global `patch.crates-io` instead of local `path =`
attributes in the dependencies.

When pulling dependencies through git to try unreleased crates, the
dependency in `path` will get duplicated. Which makes for twice the
definition of types incompatible with each other.
@tarcieri tarcieri merged commit 4aead4b into RustCrypto:master Oct 15, 2024
42 checks passed
@baloo baloo deleted the baloo/use-global-patch branch October 15, 2024 19:15
@tarcieri
Copy link
Member

Sidebar: it might be good to start using [workspace.dependencies] for these rather than [patch.crates-io]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants