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

Use correct name when dependency has been renamed #133

Closed
jonhoo opened this issue May 16, 2018 · 1 comment
Closed

Use correct name when dependency has been renamed #133

jonhoo opened this issue May 16, 2018 · 1 comment

Comments

@jonhoo
Copy link

jonhoo commented May 16, 2018

Cargo recently got support for renaming dependencies. That is, you can do:

cargo-features = ["rename-dependency"]
# ...
[dependencies]
bar = { version = "0.1", package = "foo" }

To import the crate foo under the name bar. However, this seems to confuse cargo-outdated. Specifically, it looks for bar instead of foo in the registry, which generally won't exist.

@alexheretic
Copy link

Dependency renaming is now a stable feature so it would be great to have support for it.

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

No branches or pull requests

3 participants