mime icon indicating copy to clipboard operation
mime copied to clipboard

build and doc-open thwarted due to feature `rename-dependency`

Open gbonnema opened this issue 6 years ago • 0 comments

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?

gbonnema avatar Jan 20 '19 09:01 gbonnema