sfackler / cargo-tree

Apache License 2.0
529 stars 39 forks source link

Update cargo dep to 0.41 #85

Closed tesuji closed 4 years ago

tesuji commented 4 years ago

to make cargo-tree compatible with new Cargo.lock format.

sfackler commented 4 years ago

Looks like you need to bump the rust version in CI: https://github.com/sfackler/cargo-tree/blob/master/.circleci/config.yml#L29

tesuji commented 4 years ago

Done.

tesuji commented 4 years ago

Would you mind to bump other deps too? This would remove quiet a few deps.

sfackler commented 4 years ago

It doesn't appear to work:

    Finished dev [unoptimized + debuginfo] target(s) in 0.15s
     Running `target/debug/cargo-tree tree`
thread 'main' panicked at 'no specs requires all_features', /Users/sfackler/.cargo/registry/src/github.com-1ecc6299db9ec823/cargo-0.40.0/src/cargo/ops/resolve.rs:159:5
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace.
sfackler commented 4 years ago

Feel free to bump other dependencies while you're at it.

est31 commented 4 years ago

:+1: this is needed for Cargo.lock 2.0 format compatibility.

tesuji commented 4 years ago

Updated to cargo 0.41.0

sfackler commented 4 years ago

Thanks!