imsnif / diskonaut

Terminal disk space navigator 🔭
MIT License
2.49k stars 66 forks source link

failure="0.1" not available, the current version is 0.1.8 #69

Closed yurivict closed 4 years ago

yurivict commented 4 years ago

Here https://github.com/imsnif/diskonaut/blob/main/Cargo.toml#L15

See the Rust's failure crate: https://crates.io/crates/failure

imsnif commented 4 years ago

Hey, I'm not sure I understand. Were you trying to build/run and failed, or?

yurivict commented 4 years ago

The build can't find failure="0.1" because https://crates.io/crates/failure doesn't have it any more.

imsnif commented 4 years ago

I think 0.1 should install anything that is semver compatible (eg. 0.1.8 too in this case). I'm not managing to reproduce this either, I'm afraid. What I'm doing:

I get:

Downloaded failure v0.1.8
Downloaded 2 crates (42.5 KB) in 0.71s
Finished dev [unoptimized + debuginfo] target(s) in 0.74s

Could you share what you're doing exactly and what result you're getting? Maybe we can try to get to the bottom of this.

yurivict commented 4 years ago

You are right, this was some intermittent problem.

Thanks! Yuri