oppiliappan/dijo

v0.2.4 build problem

Closed this issue · 2 comments

After running the following from a v0.2.3 install I get a build error:

$ rustup update
$ cargo install dijo

2021-01-26_10-35-40AM

But if I clone the repo and run cargo build I can compile without issue:

2021-01-26_10-41-19AM

Maybe something related to the different version of cursive_core?

Thanks for the quick feedback, #90 ought to fix this, not sure why cargo install and cargo build pull up different dependency graphs.

This is fixed by the latest (v0.2.5) release.