Closed Cogitri closed 3 years ago
we might have to update the cargo guppy version, I assume it comes from there
do you have a link to the project so that I can try to reproduce?
See https://github.com/Cogitri/test-cargo-dephell for a simple example:
git clone https://github.com/Cogitri/test-cargo-dephell
cargo build
cargo-dephell --manifest-path ./Cargo.toml -o analysis_results.html
reproduces the issue for me.
sorry for the delay, it should work now. Try to reinstall cargo dephell:
cargo install cargo-dephell -f
then try to run your command as:
cargo dephell -o results.html
Yup, works now, thanks!
When trying to use cargo-dephell in a project that has a dep on ring it failswith the following error:
I suppose maybe updating Cargo already does the trick.
Tried with latest cargo-dephell from crates.io