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

build and doc-open thwarted due to feature rename-dependency #107

Open
gbonnema opened this issue Jan 20, 2019 · 0 comments
Open

build and doc-open thwarted due to feature rename-dependency #107

gbonnema opened this issue Jan 20, 2019 · 0 comments

Comments

@gbonnema
Copy link

gbonnema commented Jan 20, 2019

I cloned the repo for the master branch and the compile returns an error as follows:

error: failed to parse manifest at `/home/data/gbonnema/projects/rust/mime/Cargo.toml`

Caused by:
  feature `rename-dependency` is required

this Cargo does not support nightly features, but if you
switch to nightly channel you can add
`cargo-features = ["rename-dependency"]` to enable this feature

I added the line cargo-features, but nothing changed. I fear, if I switch to nightly channel, this will affect other projects as well.
Is it possible to not have the rename-dependency? What else can I do to correct the situation?

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

No branches or pull requests

1 participant