sfackler / cargo-tree

Apache License 2.0
529 stars 39 forks source link

Why cargo 1.41 isn't ok? #101

Closed sammyne closed 4 years ago

sammyne commented 4 years ago

Environment

Problems

cargo tree report Error: cargo tree requires cargo 1.41 or newer.

Really appreciate if someone could help me figure out why~

sfackler commented 4 years ago

You are using a nightly that probably doesn't have the cargo feature this crate requires.

sammyne commented 4 years ago

Does that mean the version requirement reported is the stable version of cargo, right? @sfackler

sfackler commented 4 years ago

Yes.

sammyne commented 4 years ago

Yes.

Thanks a lot~ 😄