Skip to content
This repository has been archived by the owner on Jun 5, 2020. It is now read-only.

Declare MSRV? #104

Open
8573 opened this issue Mar 20, 2020 · 1 comment
Open

Declare MSRV? #104

8573 opened this issue Mar 20, 2020 · 1 comment

Comments

@8573
Copy link

8573 commented Mar 20, 2020

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.

@sfackler
Copy link
Owner

Yep, 1.41 is the current MSRV. The source of truth is what the CI build runs: https://github.com/sfackler/cargo-tree/blob/master/.circleci/config.yml#L5

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants