You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 5, 2020. It is now read-only.
Trying to run cargo tree, I get this error message:
error: Found argument '--filter-platform' which wasn't expected, or isn't valid in this context
USAGE:
cargo metadata --format-version <VERSION>
For more information try --help
This is when trying to run cargo tree with Rust 1.34.2 and its corresponding Cargo (Cargo 1.34.0), for minimum supported Rust version (MSRV) reasons. With current stable Rust and Cargo (Rust 1.42.0, Cargo 1.42.0), cargo tree works, because of which I suppose that cargo tree has an MSRV greater than 1.34.2 — maybe 1.41, by #86? I would like to request that cargo tree's MSRV be documented.
The text was updated successfully, but these errors were encountered:
Trying to run
cargo tree
, I get this error message:This is when trying to run
cargo tree
with Rust 1.34.2 and its corresponding Cargo (Cargo 1.34.0), for minimum supported Rust version (MSRV) reasons. With current stable Rust and Cargo (Rust 1.42.0, Cargo 1.42.0),cargo tree
works, because of which I suppose thatcargo tree
has an MSRV greater than 1.34.2 — maybe 1.41, by #86? I would like to request thatcargo tree
's MSRV be documented.The text was updated successfully, but these errors were encountered: