-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
path
and registry
shouldn't be mutually exclusive in dependency configurations
#4843
Comments
The check is made here: cargo/src/cargo/util/toml/mod.rs Line 930 in 868d373
|
Closed
11 tasks
sfackler
added a commit
to sfackler/cargo
that referenced
this issue
Jan 20, 2018
bors
added a commit
that referenced
this issue
Jan 20, 2018
Allow path + registry dependencies Closes #4843 Do we have any infrastructure for testing what metadata a publish actually sends to the registry? r? @withoutboats
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In multi-crate workspaces, dependencies to other crates in the workspace are specified with
path
when building locally, as well asversion
when the crate is pulled from a registry. Ifregistry
can't be used withpath
, then multi-crate workspaces that publish to a custom registry don't work.cc @withoutboats
The text was updated successfully, but these errors were encountered: